mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2025-01-22 07:39:00 +00:00
+ setuptools_scm_git_archive
This commit is contained in:
parent
98dd00905a
commit
112c120f61
1
.git_archival.txt
Normal file
1
.git_archival.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
ref-names: $Format:%D$
|
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.git_archival.txt export-subst
|
3
setup.py
3
setup.py
@ -13,7 +13,8 @@ setuptools.setup(
|
|||||||
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=True,
|
||||||
setup_requires=['setuptools_scm'],
|
|
||||||
|
setup_requires=['setuptools_scm', 'setuptools_scm_git_archive'],
|
||||||
packages=setuptools.find_packages(exclude=['tests']),
|
packages=setuptools.find_packages(exclude=['tests']),
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'License :: OSI Approved :: MIT License',
|
'License :: OSI Approved :: MIT License',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user