49 lines
1.2 KiB
INI
49 lines
1.2 KiB
INI
[metadata]
|
|
name = hacking
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
summary = OpenStack Hacking Guidline Enforcement
|
|
description-file =
|
|
README.rst
|
|
home-page = http://pypi.python.org/pypi/hacking
|
|
classifier =
|
|
Development Status :: 4 - Beta
|
|
Environment :: Console
|
|
Environment :: OpenStack
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python
|
|
|
|
[files]
|
|
packages =
|
|
hacking
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[entry_points]
|
|
flake8.extension =
|
|
H101 = hacking:hacking_todo_format
|
|
H201 = hacking:hacking_except_format
|
|
H202 = hacking:hacking_except_format_assert
|
|
H301 = hacking:hacking_import_rules
|
|
H306 = hacking:hacking_import_alphabetical
|
|
H307 = hacking:hacking_import_no_db_in_virt
|
|
H401 = hacking:hacking_docstring_start_space
|
|
H402 = hacking:hacking_docstring_one_line
|
|
H403 = hacking:hacking_docstring_multiline_end
|
|
H404 = hacking:hacking_docstring_multiline_start
|
|
H601 = hacking:hacking_no_cr
|
|
H700 = hacking:hacking_localization_strings
|
|
H901 = hacking:hacking_is_not
|
|
H902 = hacking:hacking_not_in
|
|
|
|
[egg_info]
|
|
tag_build =
|
|
tag_date = 0
|
|
tag_svn_revision = 0
|
|
|