Skip to content

Commit

Permalink
removed dist, changed version
Browse files Browse the repository at this point in the history
  • Loading branch information
oursu committed Mar 19, 2018
1 parent ed9a30d commit a2a8d4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Binary file removed dist/genomedisco-1.0.0-py2.py3-none-any.whl
Binary file not shown.
4 changes: 1 addition & 3 deletions setup.py
Expand Up @@ -4,12 +4,10 @@
'include_package_data': True,
'description': 'GenomeDISCO',
'download_url': 'https://github.com/kundajelab/genomedisco',
'version': '0.0.0',
'version': '1.0.0',
'packages': ['genomedisco','examples'],
'setup_requires': [],
'install_requires': ['numpy>=1.9', 'matplotlib>=1.5.0'],
#'dependency_links': ["https://github.com/kundajelab/deeplift/tarball/v0.5.1-theano#egg=deeplift-0.5.1-theano",
# "https://github.com/kundajelab/simdna/tarball/0.3#egg=simdna-0.3"],
'scripts': [],
'entry_points': {'console_scripts': ['genomedisco = genomedisco.__main__:main']},
'name': 'genomedisco',
Expand Down

0 comments on commit a2a8d4a

Please sign in to comment.