Minor stylistic comment change.

This commit is contained in:
Jurko Gospodnetić 2012-04-17 12:51:15 +02:00
parent ea1b648850
commit c46729d733
1 changed files with 2 additions and 2 deletions

View File

@ -100,8 +100,8 @@ packages_excluded_from_build = []
# We generally do not want the tests package or any of its subpackages
# included in our non-source package builds (source distribution content gets
# specified separately by the MANIFEST.ini configuration file). Comment out the
# following line to include the test code anyway, e.g. if you want to run
# specified separately via the MANIFEST.ini configuration file). Comment out
# the following line to include the test code anyway, e.g. if you want to run
# Python 3 based tests from the package build folder.
packages_excluded_from_build += ["tests", "tests.*"]