[egg_info] tag_build = tag_date = 0 tag_svn_revision = 0 [bdist_rpm] release=1 doc_files= README.rst LICENSE PKG-INFO docs/ requires=python build_requires=python [build_sphinx] source-dir = docs/ build-dir = docs/_build all_files = 1 [upload_sphinx] upload-dir = docs/_build/html [pytest] DJANGO_SETTINGS_MODULE = nsupdate.nsupdate.settings pep8maxlinelength = 120 norecursedirs = .git minversion = 2.3 pep8ignore = *.py E124 # closing bracket does not match visual indentation (behaves strange!?) *.py E125 # continuation line does not distinguish itself from next logical line (difficult to avoid!) docs/conf.py ALL # sphinx stuff, automatically generated, don't check this