diff options
| author | Patricio Paez <pp@pp.com.mx> | 2012-11-19 21:03:46 -0600 |
|---|---|---|
| committer | Patricio Paez <pp@pp.com.mx> | 2012-11-19 21:03:46 -0600 |
| commit | c344e532e27ce078643ec3246002d2703ef85416 (patch) | |
| tree | 5672d6e705c91f499bfba007bd7a6f64866435ad /docs/tutorials/wiki2/src/views/setup.py | |
| parent | e2bacf5565b86dd3394996b8b503ea87da479340 (diff) | |
| download | pyramid-c344e532e27ce078643ec3246002d2703ef85416.tar.gz pyramid-c344e532e27ce078643ec3246002d2703ef85416.tar.bz2 pyramid-c344e532e27ce078643ec3246002d2703ef85416.zip | |
Sync some SQL wiki tutorial files with the scaffold
- Files that are not referred to in a literalinclude
in the tutorial docs
- setup.py appears in literalinclude, but no lines
are added or removed so no impact. Fixed docutils
order in the requires list.
Diffstat (limited to 'docs/tutorials/wiki2/src/views/setup.py')
| -rw-r--r-- | docs/tutorials/wiki2/src/views/setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tutorials/wiki2/src/views/setup.py b/docs/tutorials/wiki2/src/views/setup.py index 34b578e21..d658cae93 100644 --- a/docs/tutorials/wiki2/src/views/setup.py +++ b/docs/tutorials/wiki2/src/views/setup.py @@ -23,7 +23,7 @@ setup(name='tutorial', long_description=README + '\n\n' + CHANGES, classifiers=[ "Programming Language :: Python", - "Framework :: Pylons", + "Framework :: Pyramid", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application", ], @@ -35,8 +35,8 @@ setup(name='tutorial', include_package_data=True, zip_safe=False, test_suite='tutorial', - install_requires = requires, - entry_points = """\ + install_requires=requires, + entry_points="""\ [paste.app_factory] main = tutorial:main [console_scripts] |
