Skip to content

Commit

Permalink
no relative files
Browse files Browse the repository at this point in the history
  • Loading branch information
Daphne Bindels authored and Daphne Bindels committed Nov 18, 2017
1 parent 9ba8b36 commit 6583e5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,13 @@
import os
from setuptools import setup, find_packages

version_py = os.path.join(os.path.dirname(__file__), 'version.py')
version = open(version_py).read().strip().split('=')[-1].replace('"','').strip()
version_py = 0.12
print("Setup.py thinks the current brizzy version is {}".format(version))


setup(name='brizzy',
requires=['python (>3.0)'],
version=version,
version=version_py,
description='Tools for plotting Oxford Nanopore and other long-read data.',
# sorry for the ugly indent formatting. I had to do this for PyPi's sake.
long_description="""
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.11"
__version__ = "0.12"

0 comments on commit 6583e5b

Please sign in to comment.