mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2025-02-01 20:28:30 +00:00
+ fallback_version
This commit is contained in:
parent
112c120f61
commit
c38b1595c5
5
setup.py
5
setup.py
@ -12,8 +12,9 @@ setuptools.setup(
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
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'],
|
||||
packages=setuptools.find_packages(exclude=['tests']),
|
||||
classifiers=[
|
||||
|
Loading…
x
Reference in New Issue
Block a user