eeeaadf66c
Add a setup.py for the gerritlib 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 gerritlib. This was not done in a separate commit as tox depends on setup.py and setup depends on tox for gate tests. Change-Id: I101471e836802b1c38796d8d3c570ce5f00c793e
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=gerritlib
|