Skip to content
Snippets Groups Projects
Commit ab4bf514 authored by Alex Rubinsteyn's avatar Alex Rubinsteyn
Browse files

got rid of package_metadata

parent 5359dc7f
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ except: ...@@ -41,7 +41,7 @@ except:
pass pass
with open('mhcflurry/package_metadata.py', 'r') as f: with open('mhcflurry/__init__.py', 'r') as f:
version = re.search( version = re.search(
r'^__version__\s*=\s*[\'"]([^\'"]*)[\'"]', r'^__version__\s*=\s*[\'"]([^\'"]*)[\'"]',
f.read(), f.read(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment