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]
|
|
|
|
|
|
|
|
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
|
|
|
|
recursive-include nucypher/network/nicknames/ *json
|