mirror of https://github.com/nucypher/nucypher.git
13 lines
386 B
Plaintext
13 lines
386 B
Plaintext
|
include pyproject.toml
|
||
|
include LICENSE
|
||
|
include README.md
|
||
|
include requirements.txt
|
||
|
|
||
|
recursive-exclude * __pycache__
|
||
|
global-exclude *.py[cod]
|
||
|
|
||
|
# recursive-include nucypher/blockchain/eth/sol/source * *.sol
|
||
|
recursive-include nucypher/blockchain/eth/contract_registry *.json *.md
|
||
|
recursive-include nucypher/network/templates *.html *.j2
|
||
|
recursive-include nucypher/network/nicknames/ *json
|