Skip to content

Commit

Permalink
try to fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann committed Aug 16, 2022
1 parent d83c127 commit f2b3cab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
long_description_content_type="text/markdown",
url="https://github.com/mundialis/actinia-python-client",
license="GPLv3",
setuptools_git_versioning={
"enabled": True,
},
setup_requires=["setuptools-git-versioning"],
packages=find_packages(exclude=("tests", "docs")),
package_data={
"": ["templates/*.json"]
Expand Down

0 comments on commit f2b3cab

Please sign in to comment.