summaryrefslogtreecommitdiff
path: root/pyproject.toml
Commit message (Collapse)AuthorAgeFilesLines
* pyproject.toml: Bump minimal setuptools version to 36.6Dmitry Shachnev2018-10-211-1/+1
| | | | This is the version where setuptools.build_meta was introduced.
* Up version to 3.1.dev0 (#736)Waylan Limberg2018-10-211-0/+4
Update version format to be PEP 440 compliant in preparation for #732. Add `pyproject.toml` file and configure tox to use it. Define requirement for `setuptools>=36` which validates and normalizes the version format.