Skip to content
Snippets Groups Projects
Commit 93ea37cc authored by Hunter McConnell (rtm534)'s avatar Hunter McConnell (rtm534)
Browse files

Update setup.py

parent 04eaa707
Branches master
No related tags found
1 merge request!21pydtn agkmeans and version 1.0
Pipeline #10819 failed
......@@ -7,7 +7,7 @@ def extract_version():
with open(path.join('pydtnsim', '__init__.py')) as f:
for line in f:
if line.startswith('__version__'):
return line.split("'")[1]
return line.split('"')[1]
def extract_requirements():
with open('requirements.txt') as f:
......
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