b2be72e69d
Add a setup.py for the gerritbot project. This incorporates openstack.common.setup/version as well for versioning. This change also adds a tox.ini file and its lists of dependencies to gerritbot: pyyaml, python-daemon and python-irclib. Change-Id: Id9204a1ad452c8aa3c5ec5b697db4dd835e46405
8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from openstack-common
|
|
modules=setup,version
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=gerritbot
|