Cleaned up the project's setup.cfg file - comments & minor stylistic changes.

This commit is contained in:
Jurko Gospodnetić 2011-12-24 11:39:01 +01:00
parent da3862e6be
commit 3d08084e0d
1 changed files with 12 additions and 1 deletions

View File

@ -1,7 +1,18 @@
# ------------------------------------------
# --- Build system related configuration ---
# ------------------------------------------
[install]
# Added in the original project as a fix (trunk SVN revision 7) for a problem
# with missing .pyo files when building rpms with Python 2.4.
optimize = 1
# ----------------------------------
# --- Test related configuration ---
# ----------------------------------
[pytest]
# Folders 'pytest' unit testing framework should avoid when collecting test
# cases to run, e.g. internal build & version control system folders.
norecursedirs=build dist .git .hg .svn
norecursedirs=.git .hg .svn build dist