Mercurial > hgrepos > Python > libs > ConfigMix
comparison setup.py @ 236:c97ca53a73e1
Tested with Python 3.7 and 3.8: ok.
Updated Trove classifiers.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 13 May 2020 09:26:29 +0200 |
| parents | a8b2346e2330 |
| children | 0c330cc6135c |
comparison
equal
deleted
inserted
replaced
| 235:a8b2346e2330 | 236:c97ca53a73e1 |
|---|---|
| 66 "Programming Language :: Python :: 3.2", | 66 "Programming Language :: Python :: 3.2", |
| 67 "Programming Language :: Python :: 3.3", | 67 "Programming Language :: Python :: 3.3", |
| 68 "Programming Language :: Python :: 3.4", | 68 "Programming Language :: Python :: 3.4", |
| 69 "Programming Language :: Python :: 3.5", | 69 "Programming Language :: Python :: 3.5", |
| 70 "Programming Language :: Python :: 3.6", | 70 "Programming Language :: Python :: 3.6", |
| 71 "Programming Language :: Python :: 3.7", | |
| 72 "Programming Language :: Python :: 3.8", | |
| 71 "Topic :: Software Development :: Libraries :: Python Modules" | 73 "Topic :: Software Development :: Libraries :: Python Modules" |
| 72 ], | 74 ], |
| 73 python_requires=">=2.6", | 75 python_requires=">=2.6", |
| 74 extras_require={ | 76 extras_require={ |
| 75 "toml": toml_requirements, | 77 "toml": toml_requirements, |
