aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
Commit message (Collapse)AuthorAgeFilesLines
* Comply with PEP 508 by using platform_python_implementation (#5006)Sebastian Jordan2019-10-171-1/+1
|
* Add PEP 517 to pyproject.toml (#4783)Paul Ganssle2019-02-281-2/+5
| | | | | This puts a new minimum on the PEP 518 requirement for `setuptools` because older versions of setuptools' PEP 517 backend will fail to include `setup.py` in an sdist.
* allow bytes-like for key/iv/data for symmetric encryption (#4621)Paul Kehrer2018-12-091-1/+1
| | | | | | | | | | | | | | | | | | * allow bytearrays for key/iv for symmetric encryption * bump pypy/cffi requirements * update docs, fix some tests * old openssl is naught but pain * revert a typo * use trusty for old pypy * better error msg again * restore match
* Fixes #3548 - add a pyproject.toml (#4363)Alex Gaynor2018-07-231-0/+7