setup.cfg 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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, MacOS
  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. Operating System :: POSIX :: Linux
  18. Operating System :: Microsoft :: Windows
  19. Operating System :: MacOS
  20. Environment :: Console
  21. Programming Language :: Python :: 3
  22. Programming Language :: C
  23. Framework :: AsyncIO
  24. Framework :: aiohttp
  25. Topic :: Office/Business :: Financial
  26. Topic :: Security :: Cryptography
  27. Topic :: Software Development :: Libraries :: Python Modules
  28. Topic :: Utilities
  29. Intended Audience :: Developers
  30. Intended Audience :: End Users/Desktop
  31. Intended Audience :: Financial and Insurance Industry
  32. Intended Audience :: System Administrators
  33. Development Status :: 5 - Production/Stable
  34. [options]
  35. python_requires = >=3.9
  36. include_package_data = True
  37. install_requires =
  38. mmgen-wallet>=15.1.dev39
  39. pyyaml
  40. yahooquery
  41. packages =
  42. mmgen_node_tools
  43. mmgen_node_tools.data
  44. scripts =
  45. cmds/mmnode-addrbal
  46. cmds/mmnode-blocks-info
  47. cmds/mmnode-feeview
  48. cmds/mmnode-halving-calculator
  49. cmds/mmnode-netrate
  50. cmds/mmnode-peerblocks
  51. cmds/mmnode-ticker