tuskar/setup.cfg
Sascha Peilicke 1639baab1e Support building wheels (PEP-427)
With that, building and uploading wheels to PyPI is only one "python
setup.py bdist_wheel" away.

Change-Id: I7d8e2cce8588db054cef97f1fb3c21da47f09f36
2013-11-19 10:21:39 +01:00

57 lines
1.2 KiB
INI

[metadata]
name = tuskar
version = 2013.2
summary = An OpenStack Management Service
description-file =
README.rst
author = Mark McLoughlin
author-email = markmc@redhat.com
home-page = https://github.com/openstack/tuskar
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6
[files]
packages =
tuskar
[entry_points]
console_scripts =
tuskar-api = tuskar.cmd.api:main
tuskar-dbsync = tuskar.cmd.dbsync:main
tuskar-manager = tuskar.cmd.manager:main
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0
[compile_catalog]
directory = tuskar/locale
domain = tuskar
[update_catalog]
domain = tuskar
output_dir = tuskar/locale
input_file = tuskar/locale/tuskar.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = tuskar/locale/tuskar.pot
[wheel]
universal = 1