aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* goodbye azure (#5207)Paul Kehrer2020-04-191-2/+2
| | | | | | | | | | | | | | | | | * goodbye azure * Update tox.ini Co-Authored-By: Alex Gaynor <alex.gaynor@gmail.com> * review comments * update a comment * delete final azure yaml * linting Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
* Added a new packaging test (#4899)Alex Gaynor2019-05-271-0/+8
| | | | | | | | | | | | * Added a new packaging test * Fixed packaging job * typo * more fixes * one more
* Fixes #3548 - add a pyproject.toml (#4363)Alex Gaynor2018-07-231-0/+2
|
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-2/+1
|
* Moved OpenSSL engine into standalone c and h filesChellygel2015-03-231-0/+1
| | | | References #1301
* Move the cryptography package into a src/ subdirectoryDonald Stufft2014-11-131-1/+1
| | | | | | | | | | | | | Due to differences in how py.test determines which module to ``import`` the test suite actually runs against the cryptography which is in the *current* directory instead of the cryptography which is installed. The problem essentially boils down to when there is a tests/__init__.py then py.test adds the current directory to the front of the sys.path, causing it to take precedence over the installed location. This means that running the tests relies on the implicit compile that CFFI does instead of testing against what people will actually be runnning, which is the module compiled by setup.py.
* Added new license files. Refs #1209Alex Gaynor2014-10-311-0/+2
|
* Simplify, thanks @dstufftAlex Gaynor2014-08-111-2/+1
|
* Refs #1301 -- moved constant time code into it's own .c and .h filesAlex Gaynor2014-08-111-0/+2
|
* cryptography.vectorsAlex Stapleton2014-03-221-2/+1
|
* don't prune static. why would you do that?Paul Kehrer2014-02-241-1/+0
|
* add docs to sdist. fixes #679Paul Kehrer2014-02-241-0/+3
|
* Add changelog to toplevel, include in sdistMatthew Iversen2014-02-251-1/+2
|
* Include the fernet vectors in the sdistAlex Gaynor2014-02-011-0/+1
| | | | We include the other vectors, so consistency!
* Move primtives into a hazmat packageDonald Stufft2013-10-281-1/+1
|
* Include all of our files in the distributions, and install packagesDonald Stufft2013-08-111-0/+7