Commit Graph

8 Commits

Author SHA1 Message Date
eea065fb57 reorg test structure to match tox and CI jobs, drop bumpversion for bump-my-version and move config to pyproject.toml, fix docs building 2024-04-20 09:18:26 -06:00
42605c0288 merge template updates and refill vars 2024-02-19 14:49:30 -07:00
024f9dbd54 Add tests to distribution by default (#97) 2023-06-14 07:59:07 -06:00
68d37fa50f repin flake8 and misc updates (#79)
* repin flake8, bump tox to >=4.0.0 as that's where whitelist was deprecated, misc updates
2023-05-01 15:19:14 -06:00
007725e84d Don't push .tox file to tar.gz release
It can get big with installed libraries. On a relatively small release
of eth-portal, this one change cut the .tar.gz release size from 574Kb
to 14Kb.
2022-08-31 14:33:08 -07:00
e2e1f9d079 Use prune instead of recursive-exclude for venv*
Frankly not sure why recursive-exclude doesn't work here, but prune does, and that's good enough for me now. It's also probably preferable to only exclude venv* at the root, anyway.
2022-05-26 14:01:42 -07:00
d3a5a3e9e5 Exclude huge and unnecessary venv*/ from dist
See an example issue here:
https://github.com/ethereum/eth-account/issues/150
2022-05-20 10:18:36 -07:00
4ab4a01a36 Add MANIFEST.in file 2019-12-12 13:21:22 +01:00