summaryrefslogtreecommitdiff
path: root/setup.cfg
AgeCommit message (Expand)Author
2024-10-01mark the PyPI metadata as supporting python 3.13Eli Schwartz
2023-10-03mark the PyPI metadata as supporting python 3.12Eli Schwartz
2023-08-18tests: fix assertion rewriting when pytest is usedBenoit Pierre
2023-06-28fix setuptools deprecation warning for renamed metadata keyEli Schwartz
2023-06-28add additional setuptools metadata pointing to the source repositoryEli Schwartz
2022-12-21meta: add python 3.11 classiferMichael Hirsch
2022-04-09packaging: make sure pyinstaller sees our distributed data filesEli Schwartz
2022-02-09setup.cfg: update classifier, drop deprecatedHenry Schreiner
2022-02-09pypi: include a ninja extraHenry Schreiner
2022-01-10port from embedded data to importlib.resourcesEli Schwartz
2022-01-10bump minimum required version of python to 3.7Eli Schwartz
2021-10-25make sure the devenv powershell script is actually distributedEli Schwartz
2021-06-02adding a _typing moduleDylan Baker
2021-05-13setup.cfg: update version metadata [skip ci]Michael Hirsch
2021-03-10setuptools: move stuff to declarative cfg if possible [skip ci]Eli Schwartz
2020-11-20setup.cfg: fix python requires to be 3.6.0Dylan Baker
2020-10-30setup.cfg: Add pytest discovery argsDylan Baker
2020-04-21setup.cfg: Mark setuptools as requiredDylan Baker
2019-12-05pytest: Fix test warningsDaniel Mensinger
2019-11-02Ensure setuptools via PEP508/518 pyproject.tomlMichael Hirsch, Ph.D
2019-07-11Remove unnecessary setup.cfg lines that confound offline useMichael Hirsch, Ph.D
2019-07-11minimum python 3.5.2Michael Hirsch, Ph.D
2019-07-11ENH: metadata PEP390 setup.cfgMichael Hirsch, Ph.D
2019-04-29Fix builtin variable namesDaniel Mensinger
2018-12-02flake8: ignore W504: line break after binary operatorXavier Claessens
2018-07-02setup.cfg: Don't warn about commented codeNirbheek Chauhan
2018-06-06Fix issues found by flake8Xavier Claessens
2017-09-21flake8: disable E731: do not assign a lambda expression, use a defLuke Shumaker
2017-01-28vs: Use CompilerArgs() for compile and link argsNirbheek Chauhan
2017-01-28Disable E266 in flake8Nirbheek Chauhan
2017-01-11style: disable flake8 warnings E241, E251, E305, E401Mike Sinkovsky
2016-12-29setup.cfg: fix syntaxIgor Gnatenko
2016-12-28Just say no.Jussi Pakkanen
2016-12-23setup.cfg: ignore couple of PEP8 errorsIgor Gnatenko
2016-12-21Shut down the noise.Jussi Pakkanen
2016-12-21add flake8 configurationIgor Gnatenko