Update some stale info from cookiecutter

This commit updates some little details left over from the initial
cookiecutter repo creation.
This commit is contained in:
Matthew Treinish
2014-08-28 18:07:48 -04:00
parent 5372a58a79
commit 1395312f13
3 changed files with 12 additions and 6 deletions

8
.gitignore vendored
View File

@@ -22,7 +22,8 @@ lib64
pip-log.txt pip-log.txt
# Unit test / coverage reports # Unit test / coverage reports
.coverage .coverage*
!.coveragerc
.tox .tox
nosetests.xml nosetests.xml
.testrepository .testrepository
@@ -48,4 +49,7 @@ ChangeLog
# Editors # Editors
*~ *~
.*.swp .*.swp
#Broken migrations
tempest

View File

@@ -1,6 +1,6 @@
=============================== ===========
tempest-lib tempest-lib
=============================== ===========
OpenStack Functional Testing Library OpenStack Functional Testing Library
@@ -12,4 +12,4 @@ OpenStack Functional Testing Library
Features Features
-------- --------
* TODO * TODO

View File

@@ -1,11 +1,13 @@
[metadata] [metadata]
name = tempest-lib name = tempest-lib
version = 0.0.1
summary = OpenStack Functional Testing Library summary = OpenStack Functional Testing 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://www.openstack.org/ home-page = http://www.openstack.org/
license = Apache License, Version 2.0
classifier = classifier =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Information Technology Intended Audience :: Information Technology
@@ -43,4 +45,4 @@ input_file = tempest_lib/locale/tempest-lib.pot
[extract_messages] [extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg mapping_file = babel.cfg
output_file = tempest_lib/locale/tempest-lib.pot output_file = tempest_lib/locale/tempest-lib.pot