Chris McDonough
2011-12-16 04cd4bea0457d7beeab2d2b3a1873f1e619650e8
undo cutnpaste mistakes
1 files modified
8 ■■■■ changed files
docs/narr/commandline.rst 8 ●●●● patch | view | raw | blame | history
docs/narr/commandline.rst
@@ -793,10 +793,10 @@
         zip_safe=False,
         install_requires=requires,
         tests_require=requires,
         test_suite="wiggystatic",
         test_suite="myproject",
         entry_points = """\
         [paste.app_factory]
         main = wiggystatic:main
         main = myproject:main
         """,
         )
@@ -848,10 +848,10 @@
         zip_safe=False,
         install_requires=requires,
         tests_require=requires,
         test_suite="wiggystatic",
         test_suite="myproject",
         entry_points = """\
         [paste.app_factory]
         main = wiggystatic:main
         main = myproject:main
         [console_scripts]
         show_settings = myproject.scripts:settings_show
         """,