|
32 | 32 | history = history_file.read() |
33 | 33 |
|
34 | 34 | requirements = [ |
35 | | - 'certifi==2018.1.18', |
36 | | - 'chardet==3.0.4', |
37 | | - 'idna==2.6', |
38 | | - 'mypy==0.560', |
39 | | - 'numpy', |
40 | | - 'pandas', |
41 | | - 'pkginfo==1.4.1', |
42 | | - 'psutil==5.4.3', |
43 | | - 'python-dateutil==2.6.1', |
44 | | - 'pytz==2018.3', |
45 | | - 'requests==2.20.0', |
46 | | - 'requests-toolbelt==0.8.0', |
47 | | - 'six==1.11.0', |
48 | | - 'tqdm==4.19.5', |
49 | | - 'typed-ast==1.1.0', |
50 | | - 'typing==3.6.4', |
51 | | - 'urllib3==1.24.2', |
52 | | - 'xlrd==1.1.0' |
| 35 | + 'pandas==0.25.1' |
53 | 36 | ] |
54 | 37 |
|
55 | 38 |
|
|
58 | 41 | ] |
59 | 42 |
|
60 | 43 | setup( |
61 | | - name='pyard', |
62 | | - version='0.0.10', |
| 44 | + name='py-ard', |
| 45 | + version='0.0.11', |
63 | 46 | description="ARD reduction for HLA with python", |
64 | 47 | long_description=readme + '\n\n' + history, |
65 | | - author="Michael Halagan", |
66 | | - author_email='mhalagan@nmdp.org', |
67 | | - url='https://github.com/nmdp-bioinformatics/pyARD', |
| 48 | + author="CIBMTR", |
| 49 | + author_email='cibmtr-pypi@nmdp.org', |
| 50 | + url='https://github.com/nmdp-bioinformatics/py-ard', |
68 | 51 | packages=[ |
69 | 52 | 'pyard', |
70 | 53 | ], |
|
79 | 62 | 'Intended Audience :: Developers', |
80 | 63 | 'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)', |
81 | 64 | 'Natural Language :: English', |
82 | | - "Programming Language :: Python :: 2", |
83 | | - 'Programming Language :: Python :: 2.6', |
84 | | - 'Programming Language :: Python :: 2.7', |
85 | | - 'Programming Language :: Python :: 3', |
86 | | - 'Programming Language :: Python :: 3.3', |
87 | | - 'Programming Language :: Python :: 3.4', |
88 | | - 'Programming Language :: Python :: 3.5', |
89 | | - 'Programming Language :: Python :: 3.6', |
90 | 65 | 'Programming Language :: Python :: 3.7', |
91 | 66 | ], |
92 | 67 | test_suite='tests', |
|
0 commit comments