Skip to content

Commit

Permalink
feat: use setuptools_scm to set version of python package (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
spameier authored Mar 5, 2023
1 parent 654b6a3 commit ee57aa9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
author="RaBe IT-Reaktion",
author_email="[email protected]",
license="MIT",
setup_requires=["setuptools_scm"],
use_scm_version=True,
install_requires=requirements,
packages=["suisa_sendemeldung"],
entry_points={
Expand Down

0 comments on commit ee57aa9

Please sign in to comment.