1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2026-07-26 03:32:54 +03:00

+ setuptools_scm_git_archive

This commit is contained in:
2020-02-19 14:22:43 +03:00
parent 98dd00905a
commit 112c120f61
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
ref-names: $Format:%D$
+1
View File
@@ -0,0 +1 @@
.git_archival.txt export-subst
+2 -1
View File
@@ -13,7 +13,8 @@ setuptools.setup(
long_description_content_type='text/markdown',
url='https://github.com/b4tman/sync_ics2gcal',
use_scm_version=True,
setup_requires=['setuptools_scm'],
setup_requires=['setuptools_scm', 'setuptools_scm_git_archive'],
packages=setuptools.find_packages(exclude=['tests']),
classifiers=[
'License :: OSI Approved :: MIT License',