mirror of https://github.com/nucypher/nucypher.git
15 lines
450 B
Plaintext
15 lines
450 B
Plaintext
include pyproject.toml
|
|
include LICENSE
|
|
include README.md
|
|
include requirements.txt
|
|
include dev-requirements.txt
|
|
|
|
recursive-exclude * __pycache__
|
|
global-exclude *.py[cod]
|
|
|
|
recursive-include nucypher/blockchain/eth/contract_registry *.json
|
|
recursive-include nucypher/policy/conditions *.json
|
|
recursive-include nucypher/network/templates *.html *.mako
|
|
recursive-include nucypher/utilities/templates *.html *.mako
|
|
recursive-include nucypher/acumen/ *json
|