You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.2 KiB

  1. [metadata]
  2. name = faafo
  3. summary = First App Application for OpenStack
  4. description-file =
  5. README.rst
  6. author = OpenStack Documentation
  7. author-email = openstack-doc@lists.openstack.org
  8. home-page = http://docs.openstack.org/developer/faafo/
  9. classifier =
  10. Environment :: OpenStack
  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
  17. Programming Language :: Python :: 2.7
  18. [files]
  19. packages =
  20. faafo
  21. scripts =
  22. bin/faafo
  23. bin/faafo-worker
  24. extra_files =
  25. faafo/api/templates/index.html
  26. data_files =
  27. /etc/faafo = etc/faafo.conf
  28. [global]
  29. setup-hooks =
  30. pbr.hooks.setup_hook
  31. [entry_points]
  32. console_scripts =
  33. faafo-api = faafo.api.service:main
  34. oslo.config.opts =
  35. faafo.api = faafo.api.service:list_opts
  36. faafo.worker = faafo.worker.service:list_opts
  37. faafo.queues= faafo.queues:list_opts
  38. [build_sphinx]
  39. source-dir = doc/source
  40. build-dir = doc/build
  41. all_files = 1
  42. [upload_sphinx]
  43. upload-dir = doc/build/html
  44. [wheel]
  45. universal = 1
  46. [pbr]
  47. warnerrors = true