summaryrefslogtreecommitdiff
path: root/setup.cfg
AgeCommit message (Collapse)Author
2026-02-02drop support for Python 2.x as it is very much EOLBenjamin Cabé
A follow-up to b96a5ad562deffa697d966c29546650aae645f48 where we stopped having CI run tests on Python 2.x. This actually drops the few remaining Python 2.x compatibility bits as Python 2.x has EOL'd a long time ago. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org> Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2019-07-20Remove tabs in setup.cfgUlf Magnusson
Causes a ConfigParser error when using setuptools with Python 2.
2019-01-15setup.cfg formatting nitUlf Magnusson
2019-01-15Package LICENSE.txt in source distributions and wheelsUlf Magnusson
Some distros might require this. Fixes https://github.com/ulfalizer/Kconfiglib/issues/65.
2017-09-23Modernize and update installation filesUlf Magnusson
Preparation for adding to PyPI. Switch to setuptools and add a bunch more metadata. Use semantic versioning (http://semver.org).