We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49645ee commit f6469b2Copy full SHA for f6469b2
setup.py
@@ -1,11 +1,11 @@
1
from setuptools import setup
2
3
setup(name='MinVar',
4
- version='0.1',
+ version='1.0',
5
description='Minority variants in HIV',
6
url='https://github.com/ozagordi/MinVar',
7
author='Osvaldo Zagordi',
8
author_email='firstname.lastname@gmail.com')
9
#license='MIT',
10
#packages=['MinVar'],
11
- #zip_safe=False)
+ #zip_safe=False)
0 commit comments