Include packaging manifest

pull/1931/head
Kieran R. Prasch 2020-04-24 11:01:11 -07:00
parent 7322003913
commit f129c54158
1 changed files with 12 additions and 0 deletions

12
MANIFEST.in Normal file
View File

@ -0,0 +1,12 @@
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