7576296b6c
* Add .gitignore * Update .gitreview (we thought it would be on Stackforge, but finally it's on OpenStack) * Add .testr.conf * Update run-flake8 script to avoid error when running flake8 without elements. * Update setup.cfg with correct name & description * Add no_dup_filenames unit test (required to have py27 gate working) Change-Id: Iea79eb5ccaa5ea765730ca99e146e54a3c0812f9
29 lines
706 B
INI
29 lines
706 B
INI
[metadata]
|
|
name = tripleo-puppet-elements
|
|
summary = Puppet building rules for OpenStack images.
|
|
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-puppet-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-puppet-elements = elements/*
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|