Skip to content

Commit

Permalink
Fix twine check. Refs #481 (#525)
Browse files Browse the repository at this point in the history
* Fix twine check. Refs #481
  • Loading branch information
koenedaele committed Apr 21, 2020
1 parent e43b9d0 commit a190f85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements-dev-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ testfixtures==6.14.0
Sphinx==1.8.5 ; python_version < '3.5'
Sphinx==2.4.4 ; python_version >= '3.5'
sphinxcontrib-httpdomain==1.7.0
pygments==2.6.1
pygments==2.5.2 ; python_version < '3.5'
pygments==2.6.1 ; python_version >= '3.5'

# waitress
waitress==1.4.3
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def run(self):
version='0.7.0',
description='A web based editor for thesauri adhering to the SKOS specification.',
long_description=README + '\n\n' + CHANGES,
long_description_content_type='text/x-rst',
classifiers=[
"Development Status :: 4 - Beta",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
Expand Down

0 comments on commit a190f85

Please sign in to comment.