setup.cfg 696 B

123456789101112131415161718192021222324252627
  1. [metadata]
  2. name = mox3
  3. summary = Mock object framework for Python
  4. description-file =
  5. README.rst
  6. author = OpenStack
  7. author-email = openstack-dev@lists.openstack.org
  8. home-page = http://www.openstack.org/
  9. classifiers =
  10. Environment :: OpenStack
  11. Programming Language :: Python
  12. License :: OSI Approved :: Apache Software License
  13. Programming Language :: Python :: 2.6
  14. Programming Language :: Python :: 2.7
  15. Programming Language :: Python :: 3
  16. Operating System :: OS Independent
  17. Development Status :: 4 - Beta
  18. Intended Audience :: Developers
  19. Topic :: Software Development :: Testing
  20. [files]
  21. packages =
  22. mox3
  23. [global]
  24. setup-hooks =
  25. pbr.hooks.setup_hook