|
17 | 17 | include_dirs = ['lib2bit', sysconfig.get_config_var("INCLUDEPY")])
|
18 | 18 |
|
19 | 19 | setup(name = 'py2bit',
|
20 |
| - version = '0.3.0', |
| 20 | + version = '0.3.1', |
21 | 21 | description = 'A package for accessing 2bit files using lib2bit',
|
22 | 22 | author = "Devon P. Ryan",
|
23 |
| - author_email = "ryan@ie-freiburg.mpg.de", |
| 23 | + author_email = "dpryan79@gmail.com", |
24 | 24 | url = "https://github.com/deeptools/py2bit",
|
25 | 25 | license = "MIT",
|
26 |
| - download_url = "https://github.com/deeptools/py2bit/tarball/0.3.0", |
| 26 | + download_url = "https://github.com/deeptools/py2bit", |
27 | 27 | keywords = ["bioinformatics", "2bit"],
|
28 | 28 | classifier = ["Development Status :: 5 - Production/Stable",
|
29 | 29 | "Intended Audience :: Developers",
|
30 | 30 | "License :: OSI Approved",
|
31 | 31 | "Programming Language :: C",
|
32 | 32 | "Programming Language :: Python",
|
33 | 33 | "Programming Language :: Python :: 2",
|
34 |
| - "Programming Language :: Python :: 2.6", |
35 | 34 | "Programming Language :: Python :: 2.7",
|
36 | 35 | "Programming Language :: Python :: 3",
|
37 |
| - "Programming Language :: Python :: 3.3", |
38 |
| - "Programming Language :: Python :: 3.4", |
39 |
| - "Programming Language :: Python :: 3.5", |
40 |
| - "Programming Language :: Python :: 3.6", |
41 | 36 | "Programming Language :: Python :: Implementation :: CPython",
|
42 | 37 | "Operating System :: POSIX",
|
43 | 38 | "Operating System :: Unix",
|
|
0 commit comments