cryptography/MANIFEST.in
Alex Gaynor 828581d6ea Added a new packaging test (#4899)
* Added a new packaging test

* Fixed packaging job

* typo

* more fixes

* one more
2019-05-27 14:08:07 -04:00

23 lines
576 B
Text

include AUTHORS.rst
include CHANGELOG.rst
include CONTRIBUTING.rst
include LICENSE
include LICENSE.APACHE
include LICENSE.BSD
include LICENSE.PSF
include README.rst
include pyproject.toml
recursive-include docs *
recursive-include src/_cffi_src *.py *.c *.h
prune docs/_build
recursive-include tests *.py
exclude vectors
recursive-exclude vectors *
exclude azure-pipelines.yml .azure-pipelines .travis.yml .travis
recursive-exclude .azure-pipelines *
recursive-exclude .travis *
exclude release.py .coveragerc codecov.yml dev-requirements.txt rtd-requirements.txt tox.ini