Skip to content

Commit

Permalink
Updates for 0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
djcomlab committed Sep 8, 2017
1 parent 910034b commit b256e64
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
numpy
jsonschema
pandas
networkx
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
numpy
jsonschema
pandas
networkx
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@
'net/resources/sra/*.xsl',
'net/resources/sra/*.xml'],
'': ['LICENSE.txt', 'README.md']},
description='ISA-API',
description='Metadata tracking tools help to manage an increasingly diverse set of life science, environmental and biomedical experiments',
author='ISA Infrastructure Team',
author_email='[email protected]',
url='https://github.com/ISA-tools/isa-api',
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Science/Research',
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
'Topic :: Scientific/Engineering :: Bio-Informatics',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
Expand Down

0 comments on commit b256e64

Please sign in to comment.