Skip to content

Commit 1098e8c

Browse files
committed
Update setup.py
1 parent 772edb5 commit 1098e8c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
setup(
1212
name='doccano-transformer',
13-
version='1.0.1',
13+
use_scm_version=True,
14+
setup_requires=['setuptools_scm'],
1415
description='Format transformer tool for doccano',
1516
long_description=long_description,
1617
long_description_content_type='text/markdown',
@@ -22,9 +23,6 @@
2223
'Intended Audience :: Developers',
2324
'License :: OSI Approved :: MIT License',
2425
'Programming Language :: Python :: 3',
25-
'Programming Language :: Python :: 3.5',
26-
'Programming Language :: Python :: 3.6',
27-
'Programming Language :: Python :: 3.7',
2826
'Programming Language :: Python :: 3.8',
2927
'Programming Language :: Python :: 3 :: Only',
3028
],

0 commit comments

Comments
 (0)