|
48 | 48 | conda_description = """Helpful functions for Python |
49 | 49 |
|
50 | 50 |
|
51 | | -Before installing please ensure you have added the "conda-forge" channel. |
52 | | -""" |
| 51 | +Before installing please ensure you have added the "conda-forge" channel. """ |
53 | 52 | install_requires = (repo_root / "requirements.txt").read_text().split('\n') |
54 | | -extras_require = {"dates": ["pytz>=2019.1"]} |
| 53 | +extras_require = {'dates': ['pytz>=2019.1']} |
55 | 54 |
|
56 | 55 | classifiers = [ |
57 | 56 | 'Development Status :: 4 - Beta', |
58 | | - # "Development Status :: 4 - Beta", |
59 | | - # "Development Status :: 5 - Production/Stable", |
60 | | - # "Development Status :: 6 - Mature", |
61 | | - # "Development Status :: 7 - Inactive", |
62 | 57 | 'Intended Audience :: Developers', |
63 | | - "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", |
| 58 | + 'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)', |
64 | 59 | 'Operating System :: OS Independent', |
65 | 60 | 'Programming Language :: Python', |
66 | 61 | 'Programming Language :: Python :: 3.6', |
67 | 62 | 'Programming Language :: Python :: 3.7', |
68 | 63 | 'Programming Language :: Python :: 3.8', |
69 | | - "Programming Language :: Python :: 3 :: Only", |
70 | | - "Programming Language :: Python :: Implementation :: CPython", |
71 | | - "Programming Language :: Python :: Implementation :: PyPy", |
| 64 | + 'Programming Language :: Python :: 3 :: Only', |
| 65 | + 'Programming Language :: Python :: Implementation :: CPython', |
| 66 | + 'Programming Language :: Python :: Implementation :: PyPy', |
72 | 67 | 'Topic :: Software Development :: Libraries :: Python Modules', |
| 68 | + |
73 | 69 | ] |
0 commit comments