diff --git a/.gitignore b/.gitignore index 1399c98..c29043c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file +.*.swp + +#Broken migrations +tempest diff --git a/README.rst b/README.rst index 670dc3d..b28f368 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ -=============================== +=========== tempest-lib -=============================== +=========== OpenStack Functional Testing Library @@ -12,4 +12,4 @@ OpenStack Functional Testing Library Features -------- -* TODO \ No newline at end of file +* TODO diff --git a/setup.cfg b/setup.cfg index f5dacfe..133bcae 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 \ No newline at end of file +output_file = tempest_lib/locale/tempest-lib.pot