summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-12-23 18:36:10 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-12-23 18:36:10 -0500
commite11bd3ce73e5d12f6880743d80692a3404bb69b6 (patch)
tree1bf03b424192cabf2c7172b62ddf1ccd13750b9d /setup.py
parent3ead7cb4099c8a60f5f71f82cc6e308002c0f4b9 (diff)
downloadcherrypy-git-e11bd3ce73e5d12f6880743d80692a3404bb69b6.tar.gz
Move attribute docstring to after the attribute.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6cd27102..6faffdd9 100644
--- a/setup.py
+++ b/setup.py
@@ -107,7 +107,6 @@ install_requires = [
'six',
]
-"""This section defines feature flags end-users can use in dependencies"""
extras_require = {
'doc': [
'docutils',
@@ -130,6 +129,7 @@ extras_require = {
# http://docs.cherrypy.org/en/latest/advanced.html?highlight=windows#windows-console-events
':sys_platform == "win32"': ['pypiwin32'],
}
+"""Feature flags end-users can use in dependencies"""
if sys.version_info < (3, 3):
extras_require['test_tools'].append(