From 99cc5b67e69b1674c5e8533902bc46cb10cf3dbe Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Thu, 9 Jun 2022 11:18:09 +0000 Subject: [PATCH] update MANIFEST.in, minor install fixes --- MANIFEST.in | 44 +++++++++++++------------------------- mmgen/data/__init__.py | 0 mmgen/wordlist/__init__.py | 0 setup.cfg | 3 ++- 4 files changed, 17 insertions(+), 30 deletions(-) create mode 100644 mmgen/data/__init__.py create mode 100755 mmgen/wordlist/__init__.py diff --git a/MANIFEST.in b/MANIFEST.in index f22a0e95..02f2c24c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,37 +1,23 @@ +include README.md SIGNING_KEYS.pub LICENSE INSTALL eth-requirements.txt + +include doc/* +include doc/*/* +include doc/*/*/* + +include examples/* + +include mmgen/base_proto/ethereum/*/LICENSE include mmgen/data/* -include README.md SIGNING_KEYS.pub LICENSE INSTALL -include doc/wiki/using-mmgen/* +include scripts/* include test/*.py -include test/include/*.py -include test/test_py_d/*.py -include test/objtest_py_d/*.py -include test/objattrtest_py_d/*.py -include test/unit_tests_d/*.py +include test/*/*.py include test/ref/* -include test/ref/litecoin/* -include test/ref/ethereum/* -include test/ref/ethereum_classic/* -include test/ref/dash/* -include test/ref/zcash/* -include test/ref/monero/* -include test/ref/ethereum/bin/mm1/* -include test/ref/ethereum/bin/mm2/* -include test/misc/*.py -include test/overlay/*.py +include test/ref/*/* +include test/ref/*/*/*/* include test/overlay/fakemods/*.py +include test/overlay/fakemods/*/*.py +include test/overlay/fakemods/*/*/*/*.py include test/test-release.sh - -include mmgen/altcoins/eth/rlp/LICENSE -include mmgen/altcoins/eth/pyethereum/LICENSE - -include scripts/compute-file-chksum.py -include scripts/create-token.py -include scripts/traceback_run.py -include scripts/uninstall-mmgen.py - -include examples/halving-calculator.py - -prune test/ref/__db* diff --git a/mmgen/data/__init__.py b/mmgen/data/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/mmgen/wordlist/__init__.py b/mmgen/wordlist/__init__.py new file mode 100755 index 00000000..e69de29b diff --git a/setup.cfg b/setup.cfg index cf02c675..9c70fbf5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,6 @@ install_requires = packages = mmgen - mmgen.contrib mmgen.base_proto mmgen.base_proto.bitcoin mmgen.base_proto.bitcoin.tx @@ -53,6 +52,8 @@ packages = mmgen.base_proto.ethereum.tx mmgen.base_proto.ethereum.tw mmgen.base_proto.monero + mmgen.contrib + mmgen.data mmgen.proto mmgen.share mmgen.tool