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
# Unit test / coverage reports
.coverage
.coverage*
!.coveragerc
.tox
nosetests.xml
.testrepository
@ -48,4 +49,7 @@ ChangeLog
# Editors
*~
.*.swp
.*.swp
#Broken migrations
tempest

View File

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

View File

@ -1,11 +1,13 @@
[metadata]
name = tempest-lib
version = 0.0.1
summary = OpenStack Functional Testing Library
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
license = Apache License, Version 2.0
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@ -43,4 +45,4 @@ input_file = tempest_lib/locale/tempest-lib.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = tempest_lib/locale/tempest-lib.pot
output_file = tempest_lib/locale/tempest-lib.pot