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.

53 lines
1.1 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 :: 3
  17. [files]
  18. packages =
  19. faafo
  20. scripts =
  21. bin/faafo
  22. bin/faafo-worker
  23. extra_files =
  24. faafo/api/templates/index.html
  25. data_files =
  26. /etc/faafo = etc/faafo.conf
  27. [global]
  28. setup-hooks =
  29. pbr.hooks.setup_hook
  30. [entry_points]
  31. console_scripts =
  32. faafo-api = faafo.api.service:main
  33. oslo.config.opts =
  34. faafo.api = faafo.api.service:list_opts
  35. faafo.worker = faafo.worker.service:list_opts
  36. faafo.queues= faafo.queues:list_opts
  37. [build_sphinx]
  38. source-dir = doc/source
  39. build-dir = doc/build
  40. all_files = 1
  41. [upload_sphinx]
  42. upload-dir = doc/build/html
  43. [wheel]
  44. universal = 1
  45. [pbr]
  46. warnerrors = true