Fix owner

This commit is contained in:
Mehdi Abaakouk 2016-07-14 18:51:36 +02:00
parent d51683a7b4
commit 1daa6044bb
5 changed files with 7 additions and 15 deletions

View File

@ -1,7 +1,6 @@
[run]
branch = True
source = cotyledon
omit = cotyledon/openstack/*
[report]
ignore_errors = True

View File

@ -1,4 +0,0 @@
[gerrit]
host=review.openstack.org
port=29418
project=openstack/cotyledon.git

View File

@ -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.

View File

@ -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 =

View File

@ -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