2c938ee652
With pbr, we should not set a version number in setup.cfg. pbr set and check version number automatically. This patch removes it. Change-Id: Icba77daef5b22ff28c45ce7e276cdd49c4caf075
25 lines
685 B
INI
25 lines
685 B
INI
[metadata]
|
|
name = zaqar-ui
|
|
summary = Zaqar User Interface
|
|
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 :: 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 :: 3
|
|
Programming Language :: Python :: 3.4
|
|
|
|
[files]
|
|
packages =
|
|
zaqar_ui
|