Mercurial > hgrepos > Python > libs > ConfigMix
comparison setup.py @ 80:af3e0ab76799
Works with Python 3.6 also; document this in the classifiers
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Thu, 15 Mar 2018 00:00:06 +0100 |
| parents | 80dcb41928a7 |
| children | 781b8dc1883f |
comparison
equal
deleted
inserted
replaced
| 79:a43749f751e0 | 80:af3e0ab76799 |
|---|---|
| 53 "Programming Language :: Python :: 3.1", | 53 "Programming Language :: Python :: 3.1", |
| 54 "Programming Language :: Python :: 3.2", | 54 "Programming Language :: Python :: 3.2", |
| 55 "Programming Language :: Python :: 3.3", | 55 "Programming Language :: Python :: 3.3", |
| 56 "Programming Language :: Python :: 3.4", | 56 "Programming Language :: Python :: 3.4", |
| 57 "Programming Language :: Python :: 3.5", | 57 "Programming Language :: Python :: 3.5", |
| 58 "Programming Language :: Python :: 3.6", | |
| 58 "Topic :: Software Development :: Libraries :: Python Modules" | 59 "Topic :: Software Development :: Libraries :: Python Modules" |
| 59 ], | 60 ], |
| 60 install_requires = ["PyYAML>=3.0"], | 61 install_requires = ["PyYAML>=3.0"], |
| 61 ) | 62 ) |
