Files
python-cryptbase/MANIFEST.in

23 lines
399 B
Plaintext
Raw Permalink Normal View History

2021-10-08 16:42:25 +02:00
graft docs
graft src
graft ci
graft tests
2021-10-09 14:54:25 +02:00
include *.txt
2021-10-08 16:42:25 +02:00
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