Mercurial > hgrepos > Python > libs > ConfigMix
comparison setup.py @ 277:0c330cc6135c
Trove classifier: use the generic Python 3 classifier and not the generic Python 2 one
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 05 Oct 2020 01:17:08 +0200 |
| parents | c97ca53a73e1 |
| children | da1596034954 |
comparison
equal
deleted
inserted
replaced
| 276:af371f9c016d | 277:0c330cc6135c |
|---|---|
| 55 "Environment :: Console", | 55 "Environment :: Console", |
| 56 "Intended Audience :: Developers", | 56 "Intended Audience :: Developers", |
| 57 "License :: OSI Approved :: BSD License", | 57 "License :: OSI Approved :: BSD License", |
| 58 "Operating System :: OS Independent", | 58 "Operating System :: OS Independent", |
| 59 "Programming Language :: Python", | 59 "Programming Language :: Python", |
| 60 "Programming Language :: Python :: 2", | |
| 61 "Programming Language :: Python :: 2.6", | 60 "Programming Language :: Python :: 2.6", |
| 62 "Programming Language :: Python :: 2.7", | 61 "Programming Language :: Python :: 2.7", |
| 63 "Programming Language :: Python :: 3", | 62 "Programming Language :: Python :: 3", |
| 64 "Programming Language :: Python :: 3.0", | |
| 65 "Programming Language :: Python :: 3.1", | |
| 66 "Programming Language :: Python :: 3.2", | |
| 67 "Programming Language :: Python :: 3.3", | |
| 68 "Programming Language :: Python :: 3.4", | |
| 69 "Programming Language :: Python :: 3.5", | |
| 70 "Programming Language :: Python :: 3.6", | |
| 71 "Programming Language :: Python :: 3.7", | |
| 72 "Programming Language :: Python :: 3.8", | |
| 73 "Topic :: Software Development :: Libraries :: Python Modules" | 63 "Topic :: Software Development :: Libraries :: Python Modules" |
| 74 ], | 64 ], |
| 75 python_requires=">=2.6", | 65 python_requires=">=2.6", |
| 76 extras_require={ | 66 extras_require={ |
| 77 "toml": toml_requirements, | 67 "toml": toml_requirements, |
