setup.cfg 734 B

12345678910111213141516171819202122232425262728
  1. [metadata]
  2. name = osarchiver
  3. summary = Openstack DB archiver
  4. license = Apache 2.0
  5. version = 0.2.0
  6. description-file =
  7. README.md
  8. author = OVHcloud SAS
  9. author-email = opensource@ovh.net
  10. home-page = https://github.com/ovh/osarchiver
  11. python-requires = >=3.5
  12. classifier =
  13. Intended Audience :: Developers
  14. License :: OSI Approved :: Apache Software License
  15. Programming Language :: Python
  16. Programming Language :: Python :: 3.2
  17. Programming Language :: Python :: 3.3
  18. Programming Language :: Python :: 3.4
  19. Programming Language :: Python :: 3.5
  20. Topic :: Software Development :: Libraries :: Python Module
  21. [files]
  22. packages =
  23. osarchiver
  24. [entry_points]
  25. console_scripts =
  26. osarchiver = osarchiver.main:run