setup.cfg 941 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. [metadata]
  2. name = packstack
  3. summary = A utility to install OpenStack
  4. description-file = README.md
  5. author = RDO
  6. author-email = rdo-list@redhat.com
  7. home-page = http://www.rdoproject.org/
  8. classifier =
  9. Environment :: OpenStack
  10. Intended Audience :: Developers
  11. Intended Audience :: Information Technology
  12. Intended Audience :: System Administrators
  13. License :: OSI Approved :: Apache Software License
  14. Operating System :: POSIX :: Linux
  15. Programming Language :: Python
  16. Programming Language :: Python :: 2.7
  17. [files]
  18. packages =
  19. packstack
  20. data_files =
  21. share/packstack = docs/packstack.rst
  22. [global]
  23. setup-hooks =
  24. pbr.hooks.setup_hook
  25. [egg_info]
  26. tag_build =
  27. tag_date = 0
  28. tag_svn_revision = 0
  29. [build_sphinx]
  30. all_files = 1
  31. build-dir = docs/build
  32. source-dir = docs
  33. [pbr]
  34. warnerrors = True
  35. autodoc_tree_index_modules = True
  36. [entry_points]
  37. console_scripts =
  38. packstack = packstack.installer.run_setup:main