nucypher/MANIFEST.in

17 lines
478 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
2020-04-24 18:01:11 +00:00
2024-02-06 15:28:18 +00:00
recursive-exclude tests/ *
2020-04-24 18:01:11 +00:00
recursive-exclude * __pycache__
global-exclude *.py[cod]
2023-10-01 21:11:15 +00:00
recursive-include nucypher/blockchain/eth/contract_registry *.json
2022-08-15 20:40:16 +00:00
recursive-include nucypher/policy/conditions *.json
recursive-include nucypher/network/templates *.html *.mako
2024-02-06 15:28:18 +00:00
recursive-exclude nucypher/utilities/templates *.html *.mako
recursive-include nucypher/acumen *.json