aboutsummaryrefslogtreecommitdiffstats
path: root/vectors/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* add shebang for setup.py scriptsDominic Chen2015-10-101-0/+2
|
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-161-12/+3
| | | | Fixes #1209
* Fix pep8 errors for latest import linterAlex Stapleton2014-04-201-1/+1
|
* Fix bug in release task and style fixesAlex Stapleton2014-03-241-0/+1
| | | | | tasks.py was building tarballs/sdists that didn't actually have vectors in because of setup.pys reliance on the cwd.
* Move cryptography.vectors to cryptography_vectorsAlex Stapleton2014-03-241-4/+17
| | | | | | | All vectors are now stored in the subpackage in the vectors/ folder. This package is automatically installed by setup.py test and will also be uploaded with a matching version number by the PyPI upload task.
* cryptography.vectorsAlex Stapleton2014-03-221-0/+27