summaryrefslogtreecommitdiff
path: root/pyproject.toml
Commit message (Expand)AuthorAgeFilesLines
* move setuptools integration to private subpackageRonny Pfannschmidt2023-05-091-2/+2
* breaking: unify version.distance to intRonny Pfannschmidt2023-04-031-1/+2
* breaking: replace trace with loggingRonny Pfannschmidt2023-03-291-0/+4
* rename .hacks to .fallbacks and drop support for pip-egg-infoRonny Pfannschmidt2023-03-291-4/+3
* migrate to hatchling build backendRonny Pfannschmidt2023-03-201-9/+9
* pre-commit autoupdate + has_command fixRonny Pfannschmidt2023-03-141-12/+0
* refactor/breaking: move file finders to private moduleRonny Pfannschmidt2023-03-131-5/+5
* migrate to hynek/build-and-inspect-python-package@v1Ronny Pfannschmidt2023-02-241-0/+9
* define own build backendRonny Pfannschmidt2023-02-241-1/+7
* set minimal setuptools version higher for buildRonny Pfannschmidt2023-02-131-1/+1
* add pyproject-fmtRonny Pfannschmidt2023-02-121-1/+3
* migrate setuptools config to pyproject.tomlRonny Pfannschmidt2023-02-121-4/+89
* Clean environnent variables to avoid an incompatibility between pip isolated ...paugier2022-06-241-0/+1
* minimize bootstrap - fixes #722 and #723Ronny Pfannschmidt2022-06-221-3/+0
* restore python3.7 supportRonny Pfannschmidt2022-05-291-1/+3
* Stop suggesting to put wheel in `pyproject.toml`Sviatoslav Sydorenko2022-02-211-1/+0
* restore support of old setuptools/pip while warningRonny Pfannschmidt2021-09-021-1/+6
* combined preparation for the 7.0.0 release and a regression resolutionRonny Pfannschmidt2021-08-291-1/+1
* fix #605: completely disallow bdist_egg - modern enough setuptools>=45 uses pipRonny Pfannschmidt2021-08-271-1/+1
* also require setuptools >45 in pyproject.tomlv6.0.0Ronny Pfannschmidt2021-03-161-1/+1
* Require setuptools >=42 in pyproject.tomlChristian Heimes2020-12-111-1/+1
* fix #448: remove the missed jaraco.windows referencebugfix/448-pyproject-remove-jaraco.windowsRonny Pfannschmidt2020-05-261-1/+1
* drop samefile and switch to declarative metadataRonny Pfannschmidt2020-05-211-1/+1
* Prefer pep517 for building the projectJason R. Coombs2019-11-251-0/+3