setup.cfg 691 B

12345678910111213141516171819202122232425262728
  1. [metadata]
  2. name = lyberry_qt
  3. version = 0.1.2
  4. author = MyBeansAreBaked
  5. author_email = tristan@tristans.cloud
  6. description = A qt LBRY client using the lyberry api
  7. long_description = file: README.md
  8. long_description_content_type = text/markdown
  9. url = https://git.tristans.cloud/tristan/lyberry_qt
  10. classifiers =
  11. Programming Language :: Python :: 3
  12. License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
  13. Operating System :: OS Independent
  14. license = GPLv3+
  15. [options]
  16. packages = find:
  17. install_requires =
  18. lyberry_api == 0.1.2
  19. pyqt5
  20. requests
  21. python_requires = >=3.7
  22. include_package_data = True
  23. [options.entry_points]
  24. gui_scripts =
  25. lyberry-qt = lyberry_qt:main