2013-09-28 18:49:09 +02:00
|
|
|
[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]
|
2013-12-14 03:41:04 +01:00
|
|
|
DJANGO_SETTINGS_MODULE = nsupdate.settings.dev
|
2013-09-28 18:49:09 +02:00
|
|
|
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!)
|
2014-08-27 17:27:45 +02:00
|
|
|
*.py E129 # visually indented line with same indent as next logical line
|
2013-09-28 18:49:09 +02:00
|
|
|
docs/conf.py ALL # sphinx stuff, automatically generated, don't check this
|
2013-09-29 01:21:44 +02:00
|
|
|
migrations/*.py ALL # autogenerated by South
|
2013-09-28 18:49:09 +02:00
|
|
|
|