setup.cfg 1.6 KB

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