storyboard/setup.cfg
Monty Taylor 0a8fb52336 Don't try to install file that doesn't exist
There is no /etc/storyboard in the repo, so we should not try to install it.
Instead, install the sample config file which we do have. Also, we'll be
managing the config file via config mgmt, so don't try to install the config
file to the actual location.

Change-Id: I9ff446df1a5662227d6235e1ca54c0eb7a9a142f
2014-01-27 08:26:26 -08:00

58 lines
1.4 KiB
INI

[metadata]
name = storyboard
summary = OpenStack Story Tracking
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
classifier =
Environment :: OpenStack
Framework :: Django
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Topic :: Internet :: WWW/HTTP
[files]
packages =
storyboard
data_files =
etc/storyboard =
etc/storyboard.conf.sample
[entry_points]
console_scripts =
storyboard-api = storyboard.api.app:start
storyboard-db-manage = storyboard.db.migration.cli:main
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
[compile_catalog]
directory = storyboard/locale
domain = storyboard
[update_catalog]
domain = storyboard
output_dir = storyboard/locale
input_file = storyboard/locale/storyboard.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = storyboard/locale/storyboard.pot