summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Replace the `cryptography` mention in `setup.py` (#399)Sviatoslav Sydorenko2022-08-261-1/+1
* better errors on compilation failure or rust setuptools import (#395)Paul Kehrer2022-08-231-16/+86
* Switch to a Rust implementation of cryptographic primitives (#294)Alex Gaynor2022-05-011-6/+15
* Move most setup.py configuration into setup.cfg (#293)Alex Gaynor2022-02-211-55/+0
* Update our python versions to be consistent (#241)Alex Gaynor2020-12-191-1/+3
* Drop six dependency (#225)Eugene2020-08-171-2/+1
* Remove legacy setup.py stuff (#124)Alex Gaynor2020-08-141-155/+3
* add: type hints to top level functions (#218)Steve Dignam2020-08-131-1/+2
* support only python 3.6+ (#217)Paul Kehrer2020-08-111-4/+1
* Paint it Black by the Rolling Stones (#208)Alex Gaynor2020-07-231-71/+61
* Move Windows CI to Github Actions (#195)Alex Gaynor2020-03-221-1/+0
* Fixes #187 -- test and build wheels on py38 (#188)Alex Gaynor2019-10-201-0/+1
* Pass python_requires argument to setuptools (#154)Jon Dufresne2018-10-301-0/+1
* Added py37 (#149)Alex Gaynor2018-07-041-0/+1
* Add useful trove classifiers (dev status & license) (#143)Jon Dufresne2018-06-161-0/+2
* blacklist pytest 3.3.0 because it's broken (#135)Alex Gaynor2017-12-041-2/+2
* Drop Python 2.6 and 3.3 support (#133)Hugo2017-10-191-2/+0
* bump pytest version (#120)Alex Gaynor2017-08-101-2/+2
* Blacklist pytest version which breaks things (#118)Alex Gaynor2017-08-061-2/+2
* We do the py36 (#102)Alex Gaynor2017-01-011-0/+2
* Utf8 fix (#100)Paul Kehrer2016-12-171-1/+2
* raise a decent error if pypy <2.6 + update READMEPaul Kehrer2016-02-131-0/+9
* drop python 3.2Alex Gaynor2015-10-171-1/+1
* Migrate to using CFFI 1.0Donald Stufft2015-06-111-42/+13
* Removed usage of mock which wasn't really doing anythingAlex Gaynor2014-12-061-2/+0
* scrapped attribute dict in setup.py, it wasn't doing muchAlex Gaynor2014-12-051-21/+8
* Upgrade crypt_blowfish to 1.3Donald Stufft2014-12-051-1/+1
* Port the setup.py from pyca/cryptography to bcryptDonald Stufft2014-12-051-25/+185
* Enable flake8 style checksDonald Stufft2014-12-051-4/+4
* Switch to using sixDonald Stufft2014-12-051-0/+5
* Use a more consistent name for the compiled moduleDonald Stufft2013-05-111-1/+9
* Add tests to ensure behaviorDonald Stufft2013-05-101-2/+8
* Package the bcrypt libraryDonald Stufft2013-05-101-0/+92