-
Notifications
You must be signed in to change notification settings - Fork 45
/
MANIFEST.in
25 lines (25 loc) · 1.32 KB
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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_goerli_unstable.json
include raiden_contracts/data*/deployment_rinkeby.json
include raiden_contracts/data*/deployment_rinkeby-arbitrum.json
include raiden_contracts/data*/deployment_ropsten.json
include raiden_contracts/data*/deployment_mainnet.json
include raiden_contracts/data*/deployment_arbitrum-one.json
include raiden_contracts/data*/deployment_services_kovan.json
include raiden_contracts/data*/deployment_services_goerli.json
include raiden_contracts/data*/deployment_services_goerli_unstable.json
include raiden_contracts/data*/deployment_services_rinkeby.json
include raiden_contracts/data*/deployment_services_rinkeby-arbitrum.json
include raiden_contracts/data*/deployment_services_ropsten.json
include raiden_contracts/data*/deployment_services_mainnet.json
include raiden_contracts/data*/deployment_services_arbitrum-one.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