diff --git a/setup.py b/setup.py index 01498de..bf057bf 100644 --- a/setup.py +++ b/setup.py @@ -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,