diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-05-16 03:03:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-16 03:03:35 -0700 |
| commit | 974833c98e805e212cd46423e7c69e1e13b98e1f (patch) | |
| tree | 625e52873ec4a186898d84c5d1933a8e3273d949 /docs/quick_tutorial/static_assets | |
| parent | 7267a4491d0009517fdac2bfd0af78f19934efba (diff) | |
| parent | 21ea2cb9e6dbb509ba275f9d4cbad6258a9c3c51 (diff) | |
| download | pyramid-974833c98e805e212cd46423e7c69e1e13b98e1f.tar.gz pyramid-974833c98e805e212cd46423e7c69e1e13b98e1f.tar.bz2 pyramid-974833c98e805e212cd46423e7c69e1e13b98e1f.zip | |
Merge pull request #3287 from radurevutchi/master
issue #3276 removed extra lines from previous PR
Diffstat (limited to 'docs/quick_tutorial/static_assets')
| -rw-r--r-- | docs/quick_tutorial/static_assets/setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/quick_tutorial/static_assets/setup.py b/docs/quick_tutorial/static_assets/setup.py index 1699d9b1e..744612371 100644 --- a/docs/quick_tutorial/static_assets/setup.py +++ b/docs/quick_tutorial/static_assets/setup.py @@ -4,7 +4,6 @@ requires = [ 'pyramid', 'pyramid_chameleon', 'waitress', - ] setup(name='tutorial', |
