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:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -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
|
||||||
@@ -49,3 +50,6 @@ ChangeLog
|
|||||||
# Editors
|
# Editors
|
||||||
*~
|
*~
|
||||||
.*.swp
|
.*.swp
|
||||||
|
|
||||||
|
#Broken migrations
|
||||||
|
tempest
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
===============================
|
===========
|
||||||
tempest-lib
|
tempest-lib
|
||||||
===============================
|
===========
|
||||||
|
|
||||||
OpenStack Functional Testing Library
|
OpenStack Functional Testing Library
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user