Skip to content

Commit dd0f56f

Browse files
author
Nantia Leonidou
committed
update
1 parent 91eeb75 commit dd0f56f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
setup(
77
name='SBOannotator',
8-
version='2.1.2',
8+
version='2.2.2',
99
description='SBOannotator: A Python tool for the automated assignment of Systems Biology Ontology terms',
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",
1212
url='https://github.com/draeger-lab/SBOannotator',
1313
author='Nantia Leonidou, Elisabeth Fritze, Alina Renz, Andreas Dräger',
1414
author_email='[email protected]',
15-
license=' GPL-3.0',
15+
license='GPL-3.0',
1616
keywords=['SBOannotator', 'SBO Terms', 'automated tool'],
1717
install_requires=['python-libsbml',
1818
'python-collection',
@@ -22,7 +22,7 @@
2222
py_modules=['SBOannotator', 'main'],
2323
include_package_data=True,
2424
package_data={
25-
'create_dbs.sql': ['SBOannotator/'],
25+
'SBOannotator': ['create_dbs.sql'],
2626
},
2727
classifiers=[
2828
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)