Use git tag info for wheel versioning

This commit is contained in:
Pavle Portic 2021-08-06 00:11:59 +02:00
parent e3d0e266c9
commit 10045645e1
Signed by: TheEdgeOfRage
GPG Key ID: F2AB38285780DE3D
1 changed files with 3 additions and 4 deletions

View File

@ -18,10 +18,9 @@ setup(
long_description=long_description,
long_description_content_type='text/markdown',
license_files=('LICENSE',),
homepage='https://gitea.theedgeofrage.com/TheEdgeOfRage/ytrssil',
repository='https://gitea.theedgeofrage.com/TheEdgeOfRage/ytrssil',
documentation='https://gitea.theedgeofrage.com/TheEdgeOfRage/ytrssil',
version='0.1.0',
url='https://gitea.theedgeofrage.com/TheEdgeOfRage/ytrssil',
version_config=True,
setup_requires=['setuptools-git-versioning'],
packages=['ytrssil'],
package_data={'': ['py.typed']},
include_package_data=True,