
In order to run PEP8-compliance tests using PBR, the setup.py, setup.cfg, requirements.txt, and tox.ini files must exist in the base directory of this project. These files have been created and specified accordingly. The specific environments to be tested using tox are specified in requirements.txt and include the py33 and pep8 environments. Package requirements are specified in requirements.txt and include pyyaml and icalendar. Additional package requirements for testing are specified in test-requirements.txt and include pbr and hacking. Existing Python source code has been modified to pass PEP8-compliance checks. This included adding docstrings and limiting line length. Lastly, the README file has been renamed and files have been added for the project license and manifest. Change-Id: I51a50d64c579212c5c7fa756bb1d34e774666be9
19 lines
623 B
INI
19 lines
623 B
INI
[metadata]
|
|
name = gerrit-powered-agenda
|
|
summary = Automates process for testing and publishing changes to OpenStack meetings using existing OpenStack project infrastructure.
|
|
description-file =
|
|
README.rst
|
|
author = NDSU IBM Capstone Group
|
|
author-email = joshua.tan@ndsu.edu
|
|
home-page = https://github.com/openstack-infra/gerrit-powered-agenda
|
|
classifier =
|
|
Intended Audience :: OpenStack Community
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3.3
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|