We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 772edb5 commit 1098e8cCopy full SHA for 1098e8c
setup.py
@@ -10,7 +10,8 @@
10
11
setup(
12
name='doccano-transformer',
13
- version='1.0.1',
+ use_scm_version=True,
14
+ setup_requires=['setuptools_scm'],
15
description='Format transformer tool for doccano',
16
long_description=long_description,
17
long_description_content_type='text/markdown',
@@ -22,9 +23,6 @@
22
23
'Intended Audience :: Developers',
24
'License :: OSI Approved :: MIT License',
25
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.5',
26
- 'Programming Language :: Python :: 3.6',
27
- 'Programming Language :: Python :: 3.7',
28
'Programming Language :: Python :: 3.8',
29
'Programming Language :: Python :: 3 :: Only',
30
],
0 commit comments