setup.cfg 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. [metadata]
  2. name = mmgen-node-tools
  3. version = file: mmgen_node_tools/data/version
  4. description = Optional online tools for the MMGen wallet suite
  5. long_description = file: README.md
  6. long_description_content_type = text/markdown
  7. author = The MMGen Project
  8. author_email = mmgen@tuta.io
  9. url = https://github.com/mmgen/mmgen-node-tools
  10. license = GNU GPL v3
  11. platforms = Linux, Armbian, Raspbian, MS Windows
  12. keywords = file: mmgen_node_tools/data/keywords
  13. project_urls =
  14. Website = https://mmgen.org
  15. Bug Tracker = https://github.com/mmgen/mmgen-node-tools/issues
  16. classifiers =
  17. Programming Language :: Python :: 3
  18. License :: OSI Approved :: GNU General Public License v3 (GPLv3)
  19. Operating System :: POSIX :: Linux
  20. Operating System :: Microsoft :: Windows
  21. Environment :: Console
  22. Topic :: Office/Business :: Financial
  23. Topic :: Security :: Cryptography
  24. Development Status :: 5 - Production/Stable
  25. [options]
  26. python_requires = >=3.9
  27. include_package_data = True
  28. install_requires =
  29. mmgen-wallet>=14.1.dev21
  30. pyyaml
  31. yahooquery
  32. packages =
  33. mmgen_node_tools
  34. mmgen_node_tools.data
  35. scripts =
  36. cmds/mmnode-addrbal
  37. cmds/mmnode-blocks-info
  38. cmds/mmnode-feeview
  39. cmds/mmnode-halving-calculator
  40. cmds/mmnode-netrate
  41. cmds/mmnode-peerblocks
  42. cmds/mmnode-ticker