Preparing for OpenStack testing environment
Renamed logging.py to log.py. I was getting import errors because it conflicts with logging in the stdlib.
This commit is contained in:
16
setup.cfg
16
setup.cfg
@@ -24,3 +24,19 @@ teeth_agent.modes =
|
||||
|
||||
teeth_agent.hardware_managers =
|
||||
generic = teeth_agent.hardware:GenericHardwareManager
|
||||
|
||||
[pbr]
|
||||
autodoc_index_modules = True
|
||||
|
||||
[build_sphinx]
|
||||
all_files = 1
|
||||
build-dir = doc/build
|
||||
source-dir = doc/source
|
||||
|
||||
[egg_info]
|
||||
tag_build =
|
||||
tag_date = 0
|
||||
tag_svn_revision = 0
|
||||
|
||||
[wheel]
|
||||
universal = 1
|
||||
Reference in New Issue
Block a user