1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-01-21 23:38:58 +00:00

+ setuptools_scm_git_archive

This commit is contained in:
Dmitry Belyaev 2020-02-19 14:22:43 +03:00
parent 98dd00905a
commit 112c120f61
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
3 changed files with 4 additions and 1 deletions

1
.git_archival.txt Normal file
View File

@ -0,0 +1 @@
ref-names: $Format:%D$

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
.git_archival.txt export-subst

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',