Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelduchesne authored Feb 25, 2021
1 parent 85df83f commit ebaf246
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ def find_version(*file_paths):
package = "trnsystor"
setup(
name=package,
version=find_version(package, "__init__.py"),
use_scm_version=True,
setup_requires=["setuptools_scm"],
packages=find_packages(),
url="https://github.com/samuelduchesne/{}".format(package),
license="MIT",
Expand Down

0 comments on commit ebaf246

Please sign in to comment.