Fix a bunch of files that are not needed/incorrect

This commit is contained in:
Joshua Harlow 2016-05-13 13:14:56 -07:00
parent 30ba5084e2
commit 6e79f574bb
7 changed files with 14 additions and 45 deletions

View File

@ -1,4 +1,4 @@
oslo.delimiter Style Commandments Delimiter Style Commandments
====================================================== ============================
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/

View File

@ -1,14 +1,7 @@
=================================== =========
delimiter Delimiter
=================================== =========
OpenStack Cross Project Quota Enforcement and Management Library OpenStack Cross Project Quota Enforcement and Management Library
Please feel here a long description which must be at least 3 lines wrapped on
80 cols, so that distribution package maintainers can use it in their packages.
Note that this is a hard requirement.
* Free software: Apache license * Free software: Apache license
* Documentation: http://docs.openstack.org/developer/oslo.delimiter
* Source: http://git.openstack.org/cgit/openstack/oslo.delimiter
* Bugs: http://bugs.launchpad.net/oslo.delimiter

View File

@ -1,2 +0,0 @@
[python: **.py]

View File

@ -1,8 +1,8 @@
================ ===========
oslo.delimiter Delimiter
================ ===========
CrOpenStack Cross Project Quota Enforcement and Management Library OpenStack Cross Project Quota Enforcement and Management Library
Contents Contents
======== ========

View File

@ -1,8 +0,0 @@
[DEFAULT]
# The list of scripts and modules to copy from oslo-incubator
# For example:
# script=tools/with_venv.sh
# module=service
# The base module to hold the copy of openstack.common
base=oslo_delimiter

View File

@ -2,4 +2,4 @@
# of appearance. Changing the order has an impact on the overall integration # of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
Babel>=1.3 pbr>=1.6 # Apache-2.0

View File

@ -1,11 +1,11 @@
[metadata] [metadata]
name = oslo.delimiter name = delimiter
summary = CrOpenStack Cross Project Quota Enforcement and Management Library summary = OpenStack Cross Project Quota Enforcement and Management Library
description-file = description-file =
README.rst README.rst
author = OpenStack author = OpenStack
author-email = openstack-dev@lists.openstack.org author-email = openstack-dev@lists.openstack.org
home-page = http://launchpad.net/oslo home-page = http://launchpad.net/delimiter
classifier = classifier =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Information Technology Intended Audience :: Information Technology
@ -21,7 +21,7 @@ classifier =
[files] [files]
packages = packages =
oslo_delimiter delimiter
[pbr] [pbr]
warnerrors = true warnerrors = true
@ -34,19 +34,5 @@ all_files = 1
[upload_sphinx] [upload_sphinx]
upload-dir = doc/build/html upload-dir = doc/build/html
[compile_catalog]
directory = oslo.delimiter/locale
domain = oslo.delimiter
[update_catalog]
domain = oslo.delimiter
output_dir = oslo.delimiter/locale
input_file = oslo.delimiter/locale/oslo.delimiter.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = oslo.delimiter/locale/oslo.delimiter.pot
[wheel] [wheel]
universal = true universal = true