1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-02-01 20:28:30 +00:00

+ fallback_version

This commit is contained in:
Dmitry Belyaev 2020-02-19 14:27:05 +03:00
parent 112c120f61
commit c38b1595c5
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3

View File

@ -12,8 +12,9 @@ setuptools.setup(
long_description=long_description, long_description=long_description,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
url='https://github.com/b4tman/sync_ics2gcal', url='https://github.com/b4tman/sync_ics2gcal',
use_scm_version=True, use_scm_version={
'fallback_version': '0.1'
},
setup_requires=['setuptools_scm', 'setuptools_scm_git_archive'], setup_requires=['setuptools_scm', 'setuptools_scm_git_archive'],
packages=setuptools.find_packages(exclude=['tests']), packages=setuptools.find_packages(exclude=['tests']),
classifiers=[ classifiers=[