mmgen-wallet/setup.cfg
The MMGen Project 4a9571424e
setuptools: migrate from setup.py to setup.cfg
The preferred way to install MMGen is now:

    # cd to repository root
    $ python3 -m build --no-isolation
    $ pip3 install --user dist/*.whl

A user install eliminates reliance on superuser privileges and prevents
conflicts with Python packages that may already be installed on the system.

Python dependencies are automatically installed by pip.
2021-09-23 21:28:06 +00:00

65 lines
1.4 KiB
INI

[metadata]
name = MMGen
version = file: mmgen/data/version
description = MMGen cryptocurrency wallet suite
long_description = file: README.md
long_description_content_type = text/markdown
author = The MMGen Project
author_email = mmgen@tuta.io
url = https://github.com/mmgen/mmgen
license = GNU GPL v3
platforms = Linux, Armbian, Raspbian, MS Windows
keywords = file: mmgen/data/keywords
project_urls =
Bug Tracker = https://github.com/mmgen/mmgen/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: POSIX :: Linux
Operating System :: Microsoft :: Windows
[options]
python_requires = >=3.7
include_package_data = True
install_requires =
gmpy2
cryptography
pynacl
ecdsa
requests
aiohttp
pysocks
pexpect
importlib-resources; python_version < "3.9"
scrypt
packages =
mmgen
mmgen.share
mmgen.altcoins
mmgen.altcoins.eth
mmgen.altcoins.eth.pyethereum
mmgen.altcoins.eth.rlp
scripts =
cmds/mmgen-addrgen
cmds/mmgen-addrimport
cmds/mmgen-autosign
cmds/mmgen-keygen
cmds/mmgen-passchg
cmds/mmgen-passgen
cmds/mmgen-regtest
cmds/mmgen-seedjoin
cmds/mmgen-seedsplit
cmds/mmgen-split
cmds/mmgen-subwalletgen
cmds/mmgen-tool
cmds/mmgen-txbump
cmds/mmgen-txcreate
cmds/mmgen-txdo
cmds/mmgen-txsend
cmds/mmgen-txsign
cmds/mmgen-walletchk
cmds/mmgen-walletconv
cmds/mmgen-walletgen
cmds/mmgen-xmrwallet