setup.cfg 851 B

12345678910111213141516171819202122232425
  1. [metadata]
  2. name = dulwich
  3. author = Jelmer Vernooij
  4. author_email = jelmer@jelmer.uk
  5. home-page = https://www.dulwich.io/
  6. description = file:README.md
  7. summary = Python Git Library
  8. classifiers =
  9. Development Status :: 4 - Beta
  10. License :: OSI Approved :: Apache Software License
  11. Programming Language :: Python :: 2.7
  12. Programming Language :: Python :: 3.3
  13. Programming Language :: Python :: 3.4
  14. Programming Language :: Python :: 3.5
  15. Programming Language :: Python :: 3.6
  16. Programming Language :: Python :: Implementation :: CPython
  17. Programming Language :: Python :: Implementation :: PyPy
  18. Operating System :: POSIX
  19. Operating System :: Microsoft :: Windows
  20. Topic :: Software Development :: Version Control
  21. keyword = git, vcs
  22. project_urls =
  23. Bug Tracker = https://github.com/dulwich/dulwich/issues
  24. [build_ext]