We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85db61 commit 59a4787Copy full SHA for 59a4787
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="tango",
8
- version="0.5.4",
+ version="0.5.5",
9
author="John Sundh",
10
author_email="[email protected]",
11
description="A package to assign taxonomy to metagenomic contigs",
@@ -16,7 +16,7 @@
16
entry_points={'console_scripts': ['tango = tango.__main__:main']},
17
classifiers=[
18
"Programming Language :: Python :: 3",
19
- "License :: OSI Approved :: GNU GENERAL PUBLIC LICENSE",
+ "License :: OSI Approved :: MIT License",
20
"Operating System :: OS Independent",
21
],
22
)
0 commit comments