Skip to content

Commit

Permalink
dynamic version from git (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
MP91 authored Aug 14, 2024
1 parent 830b02e commit 1bd171e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@

setup(
name="velocitas_sdk",
version="0.15.2",
description="A Python SDK for Vehicle app",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -87,4 +86,8 @@
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
],
setuptools_git_versioning={
"enabled": True,
},
setup_requires=["setuptools-git-versioning>=2.0,<3"],
)

0 comments on commit 1bd171e

Please sign in to comment.