Files
python-cryptbase/MANIFEST.in
2021-10-09 14:54:25 +02:00

23 lines
399 B
Plaintext

graft docs
graft src
graft ci
graft tests
include *.txt
include .bumpversion.cfg
include .cookiecutterrc
include .coveragerc
include .editorconfig
include tox.ini
include .appveyor.yml
include .readthedocs.yml
include .pre-commit-config.yaml
include AUTHORS.rst
include CHANGELOG.rst
include CONTRIBUTING.rst
include LICENSE
include README.rst
global-exclude *.py[cod] __pycache__/* *.so *.dylib