37d22a3acd
We use semantic versioning, not pbr's pre-version facility. This line causes local package builds to have the wrong version, and pbr will in future detect this and error. Change-Id: I0d24872e1df219b89adddd9d53a6247b91e88ff0
29 lines
712 B
INI
29 lines
712 B
INI
[metadata]
|
|
name = tripleo-image-elements
|
|
summary = Disk image builder elements for deploying OpenStack.
|
|
description-file =
|
|
README.md
|
|
author = OpenStack
|
|
author_email = openstack-dev@lists.openstack.org
|
|
license = Apache License (2.0)
|
|
home-page = https://git.openstack.org/cgit/openstack/tripleo-image-elements
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Development Status :: 3 - Alpha
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Other
|
|
Environment :: Console
|
|
|
|
[files]
|
|
data_files =
|
|
share/tripleo-image-elements = elements/*
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|