Skip to content

Commit

Permalink
Merge pull request #38 from samuelduchesne/scm
Browse files Browse the repository at this point in the history
CI uses scm to handle versioning
  • Loading branch information
samuelduchesne authored Feb 25, 2021
2 parents 85df83f + ebaf246 commit 5ea2425
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 5ea2425

Please sign in to comment.