Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Hironsan committed Nov 14, 2020
1 parent 772edb5 commit 1098e8c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

setup(
name='doccano-transformer',
version='1.0.1',
use_scm_version=True,
setup_requires=['setuptools_scm'],
description='Format transformer tool for doccano',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -22,9 +23,6 @@
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3 :: Only',
],
Expand Down

0 comments on commit 1098e8c

Please sign in to comment.