Fix owner
This commit is contained in:
parent
d51683a7b4
commit
1daa6044bb
@ -1,7 +1,6 @@
|
||||
[run]
|
||||
branch = True
|
||||
source = cotyledon
|
||||
omit = cotyledon/openstack/*
|
||||
|
||||
[report]
|
||||
ignore_errors = True
|
||||
|
@ -1,4 +0,0 @@
|
||||
[gerrit]
|
||||
host=review.openstack.org
|
||||
port=29418
|
||||
project=openstack/cotyledon.git
|
@ -37,7 +37,7 @@ master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = u'cotyledon'
|
||||
copyright = u'2013, OpenStack Foundation'
|
||||
copyright = u'2016, Mehdi Abaakouk'
|
||||
|
||||
# If true, '()' will be appended to :func: etc. cross-reference text.
|
||||
add_function_parentheses = True
|
||||
@ -67,7 +67,7 @@ latex_documents = [
|
||||
('index',
|
||||
'%s.tex' % project,
|
||||
u'%s Documentation' % project,
|
||||
u'OpenStack Foundation', 'manual'),
|
||||
u'Mehdi Abaakouk', 'manual'),
|
||||
]
|
||||
|
||||
# Example configuration for intersphinx: refer to the Python standard library.
|
||||
|
@ -3,9 +3,9 @@ name = cotyledon
|
||||
summary = Cotyledon provides a framework for defining long-running services.
|
||||
description-file =
|
||||
README.rst
|
||||
author = OpenStack
|
||||
author-email = openstack-dev@lists.openstack.org
|
||||
home-page = http://www.openstack.org/
|
||||
author = Mehdi Abaakouk
|
||||
author-email = sileht@sileht.net
|
||||
home-page = https://github.com/sileht/cotyledon
|
||||
classifier =
|
||||
Environment :: OpenStack
|
||||
Intended Audience :: Information Technology
|
||||
@ -16,8 +16,8 @@ classifier =
|
||||
Programming Language :: Python :: 2
|
||||
Programming Language :: Python :: 2.7
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3.3
|
||||
Programming Language :: Python :: 3.4
|
||||
Programming Language :: Python :: 3.5
|
||||
|
||||
[files]
|
||||
packages =
|
||||
|
5
tox.ini
5
tox.ini
@ -27,9 +27,6 @@ commands = python setup.py build_sphinx
|
||||
commands = oslo_debug_helper {posargs}
|
||||
|
||||
[flake8]
|
||||
# E123, E125 skipped as they are invalid PEP-8.
|
||||
|
||||
show-source = True
|
||||
ignore = E123,E125
|
||||
builtins = _
|
||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
|
||||
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
|
||||
|
Loading…
Reference in New Issue
Block a user