2020-04-24 18:01:11 +00:00
|
|
|
include pyproject.toml
|
|
|
|
include LICENSE
|
|
|
|
include README.md
|
|
|
|
include requirements.txt
|
2020-04-27 18:24:06 +00:00
|
|
|
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
|
2020-10-12 00:03:56 +00:00
|
|
|
recursive-include nucypher/network/templates *.html *.mako
|
2024-02-06 15:28:18 +00:00
|
|
|
recursive-exclude nucypher/utilities/templates *.html *.mako
|
2024-07-31 18:14:52 +00:00
|
|
|
recursive-include nucypher/acumen *.json
|