mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2025-09-02 08:27:33 +00:00
+ setuptools_scm_git_archive
This commit is contained in:
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',
|
||||
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',
|
||||
|
Reference in New Issue
Block a user