|
19 | 19 | description="Work with GFF and GTF files in a flexible "
|
20 | 20 | "database framework",
|
21 | 21 | long_description=open("README.rst").read(),
|
22 |
| - author_email='dalerr@niddk.nih.gov', |
| 22 | + author_email='ryan.dale@nih.gov', |
23 | 23 | url='https://github.com/daler/gffutils',
|
24 | 24 | classifiers=[
|
25 | 25 | 'Intended Audience :: Science/Research',
|
26 | 26 | 'License :: OSI Approved :: MIT License',
|
27 | 27 | 'Topic :: Scientific/Engineering :: Bio-Informatics',
|
28 | 28 | 'Programming Language :: Python',
|
29 |
| - 'Programming Language :: Python :: 2', |
30 |
| - 'Programming Language :: Python :: 2.6', |
31 |
| - 'Programming Language :: Python :: 2.7', |
32 | 29 | 'Programming Language :: Python :: 3',
|
33 |
| - 'Programming Language :: Python :: 3.3', |
34 |
| - 'Programming Language :: Python :: 3.4', |
35 |
| - 'Programming Language :: Python :: 3.5', |
36 |
| - 'Programming Language :: Python :: 3.6', |
| 30 | + 'Programming Language :: Python :: 3.8', |
| 31 | + 'Programming Language :: Python :: 3.9', |
| 32 | + 'Programming Language :: Python :: 3.10', |
| 33 | + 'Programming Language :: Python :: 3.11', |
| 34 | + 'Programming Language :: Python :: 3.12', |
37 | 35 | 'Topic :: Software Development :: Libraries :: Python Modules',
|
38 | 36 | ],
|
39 | 37 | )
|
0 commit comments