setup.cfg 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. Bug Tracker = https://github.com/mmgen/mmgen-node-tools/issues
  15. classifiers =
  16. Programming Language :: Python :: 3
  17. License :: OSI Approved :: GNU General Public License v3 (GPLv3)
  18. Operating System :: POSIX :: Linux
  19. Operating System :: Microsoft :: Windows
  20. [options]
  21. python_requires = >=3.7
  22. include_package_data = True
  23. install_requires =
  24. mmgen>=14.0.dev9
  25. pyyaml
  26. yahooquery
  27. packages =
  28. mmgen_node_tools
  29. mmgen_node_tools.data
  30. scripts =
  31. cmds/mmnode-addrbal
  32. cmds/mmnode-blocks-info
  33. cmds/mmnode-feeview
  34. cmds/mmnode-halving-calculator
  35. cmds/mmnode-netrate
  36. cmds/mmnode-peerblocks
  37. cmds/mmnode-ticker