-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
23 lines (21 loc) · 946 Bytes
/
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
include LICENSE
include README.md
include requirements.txt
include tox.ini
include swap/providers/bitcoin/contracts/htlc.script
include swap/providers/bytom/contracts/htlc.equity
include swap/providers/ethereum/contracts/libs/erc20.json
include swap/providers/ethereum/contracts/libs/erc20.sol
include swap/providers/ethereum/contracts/htlc.json
include swap/providers/ethereum/contracts/htlc.sol
include swap/providers/ethereum/contracts/htlc-erc20.json
include swap/providers/ethereum/contracts/htlc-erc20.sol
include swap/providers/vapor/contracts/htlc.equity
include swap/providers/xinfin/contracts/libs/xrc20.json
include swap/providers/xinfin/contracts/libs/xrc20.sol
include swap/providers/xinfin/contracts/htlc.json
include swap/providers/xinfin/contracts/htlc.sol
include swap/providers/xinfin/contracts/htlc-xrc20.json
include swap/providers/xinfin/contracts/htlc-xrc20.sol
recursive-exclude * __pycache__
recursive-exclude * *.py[co]