mirror of https://github.com/nucypher/nucypher.git
16 lines
495 B
Plaintext
16 lines
495 B
Plaintext
include pyproject.toml
|
|
include LICENSE
|
|
include README.md
|
|
include requirements.txt
|
|
include dev-requirements.txt
|
|
include docs-requirements.txt
|
|
|
|
recursive-exclude * __pycache__
|
|
global-exclude *.py[cod]
|
|
|
|
recursive-include nucypher/blockchain/eth/aragon_artifacts *.json
|
|
recursive-include nucypher/blockchain/eth/contract_registry *.json *.md
|
|
prune nucypher/blockchain/eth/contract_registry/historical
|
|
recursive-include nucypher/network/templates *.html *.j2
|
|
recursive-include nucypher/acumen/ *json
|