nucypher/MANIFEST.in

18 lines
590 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
include dev-requirements.txt
include docs-requirements.txt
2020-04-24 18:01:11 +00:00
recursive-exclude * __pycache__
global-exclude *.py[cod]
recursive-include nucypher/blockchain/eth/contract_registry *.json *.md
2022-08-15 20:40:16 +00:00
recursive-include nucypher/policy/conditions *.json
2020-06-08 15:11:49 +00:00
prune nucypher/blockchain/eth/contract_registry/historical
recursive-include nucypher/network/templates *.html *.mako
recursive-include nucypher/utilities/templates *.html *.mako
recursive-include deploy/ansible/worker *.yml
recursive-include nucypher/acumen/ *json