nucypher/MANIFEST.in

13 lines
386 B
Plaintext
Raw Normal View History

2020-04-24 18:01:11 +00:00
include pyproject.toml
include LICENSE
include README.md
include requirements.txt
recursive-exclude * __pycache__
global-exclude *.py[cod]
# recursive-include nucypher/blockchain/eth/sol/source * *.sol
recursive-include nucypher/blockchain/eth/contract_registry *.json *.md
recursive-include nucypher/network/templates *.html *.j2
recursive-include nucypher/network/nicknames/ *json