Skip to content

Commit

Permalink
dustdas version
Browse files Browse the repository at this point in the history
  • Loading branch information
alisandra committed Mar 23, 2024
1 parent 405d1d5 commit ff77238
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

setup(
name='geenuff',
version='0.3.0',
version='0.3.1',
description='Schema and API for a relational db that encodes gene models in an explicit, structured, and robust fashion.',
author='Alisandra Denton, Felix Stiehler',
author='Alisandra Denton, Felix Holst',
packages=['geenuff', 'geenuff.base', 'geenuff.applications', 'geenuff.applications.exporters', 'geenuff.tests'], #same as name
package_data={'geenuff': ['testdata/*.fa', 'testdata/*.gff3', 'testdata/*.gff']},
install_requires=["intervaltree>=3.0.2", "SQLAlchemy>=1.3.12", "numpy>=1.18.1", "dustdas @ git+https://github.com/janinamass/dustdas@master", "pytest>=5.3.4"],
install_requires=["intervaltree>=3.0.2", "SQLAlchemy>=1.3.12", "numpy>=1.18.1", "dustdas @ git+https://github.com/gglyptodon/dustdas@v0.2", "pytest>=5.3.4"],
scripts=['import2geenuff.py'],
zip_safe=False,
)

0 comments on commit ff77238

Please sign in to comment.