|
32 | 32 | 'License :: OSI Approved :: BSD License', |
33 | 33 | 'Operating System :: POSIX', |
34 | 34 | 'Operating System :: MacOS :: MacOS X', |
| 35 | + 'Operating System :: Microsoft :: Windows ', |
35 | 36 | 'Programming Language :: Python', |
36 | 37 | 'Programming Language :: Python :: 2', |
37 | 38 | 'Programming Language :: Python :: 2.7', |
|
40 | 41 | 'Programming Language :: Python :: 3.5', |
41 | 42 | 'Programming Language :: Python :: 3.6', |
42 | 43 | 'Programming Language :: Python :: 3.7', |
43 | | - 'Programming Language :: C', |
| 44 | + 'Programming Language :: Python :: 3.8', |
44 | 45 | 'Topic :: Scientific/Engineering', |
45 | 46 | 'Topic :: Scientific/Engineering :: Bio-Informatics', |
46 | 47 | 'Topic :: Scientific/Engineering :: Chemistry', |
|
55 | 56 | long_description_content_type='text/markdown', |
56 | 57 | author='Oliver Beckstein', |
57 | 58 | author_email='orbeckst@gmail.com', |
58 | | - maintainer='Richard Gowers', |
59 | | - maintainer_email='mdnalysis-discussion@googlegroups.com', |
| 59 | + maintainer='MDAnalysis Core Developers', |
| 60 | + maintainer_email='mdanalysis@numfocus.org', |
60 | 61 | url='https://www.mdanalysis.org', |
61 | 62 | download_url='https://github.com/MDAnalysis/MDAnalysisData/releases', |
62 | 63 | project_urls={'Documentation': 'https://www.mdanalysis.org/MDAnalysisData', |
63 | 64 | 'Developer Group': 'https://groups.google.com/forum/#!forum/mdnalysis-devel', |
64 | 65 | 'Issue Tracker': 'https://github.com/mdanalysis/MDAnalysisData/issues', |
65 | 66 | 'Source': 'https://github.com/mdanalysis/MDAnalysisData', |
66 | 67 | }, |
67 | | - license='GPL 3', |
| 68 | + license='BSD-3', |
68 | 69 | classifiers=CLASSIFIERS, |
69 | 70 | packages=find_packages(), |
70 | 71 | package_dir={'MDAnalysisData': 'MDAnalysisData'}, |
|
73 | 74 | 'setuptools', |
74 | 75 | 'tqdm', |
75 | 76 | ], |
76 | | - tests_requires=['pytest-mock', 'pytest'], |
| 77 | + tests_require=['pytest-mock', 'pytest'], |
77 | 78 | zip_safe=True, |
78 | 79 | ) |
0 commit comments