tuskar-ui/setup.cfg
Roman Podoliaka 1af5a98098 Use tuskar-ui instead of tuskar_ui in setup.cfg
Before making releases we want to ensure we use the same
naming everywhere for consistency. Our git repos and OpenStack
CI refer to this project using 'tuskar-ui' name, but generated
sdist is called 'tuskar_ui'.

Change-Id: Ic694acb38301f7f5a8c64fc093fc061431c168b1
2013-10-31 14:47:47 +02:00

42 lines
996 B
INI

[metadata]
name = tuskar-ui
version = 2013.2
summary = Tuskar Management Dashboard
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
classifier =
Development Status :: 5 - Production/Stable
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 :: 2.6
Topic :: Internet :: WWW/HTTP
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
packages =
tuskar_ui
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[nosetests]
verbosity=2
detailed-errors=1