MANIFEST.in 934 B

12345678910111213141516171819202122232425262728293031323334353637
  1. include mmgen/data/*
  2. include README.md SIGNING_KEYS.pub LICENSE INSTALL
  3. include doc/wiki/using-mmgen/*
  4. include test/*.py
  5. include test/include/*.py
  6. include test/test_py_d/*.py
  7. include test/objtest_py_d/*.py
  8. include test/objattrtest_py_d/*.py
  9. include test/unit_tests_d/*.py
  10. include test/ref/*
  11. include test/ref/litecoin/*
  12. include test/ref/ethereum/*
  13. include test/ref/ethereum_classic/*
  14. include test/ref/dash/*
  15. include test/ref/zcash/*
  16. include test/ref/monero/*
  17. include test/ref/ethereum/bin/mm1/*
  18. include test/ref/ethereum/bin/mm2/*
  19. include test/misc/*.py
  20. include test/overlay/*.py
  21. include test/overlay/fakemods/*.py
  22. include test/test-release.sh
  23. include mmgen/altcoins/eth/rlp/LICENSE
  24. include mmgen/altcoins/eth/pyethereum/LICENSE
  25. include scripts/compute-file-chksum.py
  26. include scripts/create-token.py
  27. include scripts/traceback_run.py
  28. include scripts/uninstall-mmgen.py
  29. include examples/halving-calculator.py
  30. prune test/ref/__db*