setup.cfg 814 B

12345678910111213141516171819202122232425262728293031
  1. [metadata]
  2. name = sparty
  3. version = 0.3
  4. description = A library and CLI tool for making spartan requests.
  5. long_description = file: README.md
  6. long_description_content_type = text/markdown
  7. home-page = https://notabug.org/tinyrabbit/sparty
  8. author = Björn Wärmedal
  9. author_email = bjorn.warmedal@gmail.com
  10. license = MIT License
  11. classifiers =
  12. Development Status :: 4 - Beta
  13. Intended Audience :: End Users/Desktop
  14. License :: OSI Approved :: MIT License
  15. Operating System :: POSIX :: Linux
  16. Programming Language :: Python :: 3
  17. Topic :: Internet :: Gemini
  18. Topic :: Software Development :: Libraries
  19. Topic :: Utilities
  20. Typing :: Typed
  21. [options]
  22. packages = sparty
  23. python_requires = >= 3.9
  24. setup_requires = setuptools >= 38.3.0
  25. [options.entry_points]
  26. console_scripts =
  27. sparty = sparty.__main__:main