mirror of
https://github.com/chaintool-py/eth-erc20.git
synced 2025-10-27 06:53:49 +01:00
| .. | ||
| eth_erc20 | ||
| giftable_erc20_token | ||
| static_token/data | ||
| tests | ||
| .coverage | ||
| .coveragerc | ||
| CHANGELOG | ||
| LICENSE | ||
| MANIFEST.in | ||
| README.test | ||
| requirements.txt | ||
| run_tests.sh | ||
| setup.cfg | ||
| setup.py | ||
| test_requirements.txt | ||
| VERSION | ||
| WAIVER | ||
| WAIVER.asc | ||
On arch, Python.h is in non-standard location, which may cause pip install -r test_requirements to fail. If so, set env CFLAGS=`pkg-config --cflags python3`