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
|
|
|
|
include docs-requirements.txt
|
2020-04-24 18:01:11 +00:00
|
|
|
|
|
|
|
recursive-exclude * __pycache__
|
|
|
|
global-exclude *.py[cod]
|
|
|
|
|
2020-07-28 18:13:09 +00:00
|
|
|
recursive-include nucypher/blockchain/eth/aragon_artifacts *.json
|
2020-04-24 18:01:11 +00:00
|
|
|
recursive-include nucypher/blockchain/eth/contract_registry *.json *.md
|
2020-06-08 15:11:49 +00:00
|
|
|
prune nucypher/blockchain/eth/contract_registry/historical
|
2020-04-24 18:01:11 +00:00
|
|
|
recursive-include nucypher/network/templates *.html *.j2
|
2020-05-30 01:11:19 +00:00
|
|
|
recursive-include nucypher/acumen/ *json
|