forked from raiden-network/raiden-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
19 lines (19 loc) · 949 Bytes
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include raiden_contracts/CHANGELOG.md
include requirements.txt
include raiden_contracts/constants.py
include raiden_contracts/data*/contracts.json
include raiden_contracts/data*/deployment_kovan.json
include raiden_contracts/data*/deployment_goerli.json
include raiden_contracts/data*/deployment_rinkeby.json
include raiden_contracts/data*/deployment_ropsten.json
include raiden_contracts/data*/deployment_mainnet.json
include raiden_contracts/data*/deployment_services_kovan.json
include raiden_contracts/data*/deployment_services_goerli.json
include raiden_contracts/data*/deployment_services_rinkeby.json
include raiden_contracts/data*/deployment_services_ropsten.json
include raiden_contracts/data*/deployment_services_mainnet.json
include raiden_contracts/data*/gas.json
recursive-include raiden_contracts/data*/source *
prune raiden_contracts/contracts
prune raiden_contracts/contracts_without_limits
prune raiden_contracts/contracts_template