diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-12-25 02:17:19 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-12-25 02:17:19 -0800 |
| commit | 54d9ddcd335d45662ca2ec2839574085318e8704 (patch) | |
| tree | c037abd5eb3d2f4c849b975c641e8575c01bd650 /docs/quick_tour/package/setup.cfg | |
| parent | 2cd1eab15a3777cbc81c2d365f21a98c29c9ed86 (diff) | |
| download | pyramid-54d9ddcd335d45662ca2ec2839574085318e8704.tar.gz pyramid-54d9ddcd335d45662ca2ec2839574085318e8704.tar.bz2 pyramid-54d9ddcd335d45662ca2ec2839574085318e8704.zip | |
quick_tour - Configuration with ``.ini`` files section cookiecutter updates
- src files
- update numbered list for new listen configuration for waitress
- fix reference to app, not server
- reorder numbered list to align with configuration order
Diffstat (limited to 'docs/quick_tour/package/setup.cfg')
| -rw-r--r-- | docs/quick_tour/package/setup.cfg | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/docs/quick_tour/package/setup.cfg b/docs/quick_tour/package/setup.cfg deleted file mode 100644 index 186e796fc..000000000 --- a/docs/quick_tour/package/setup.cfg +++ /dev/null @@ -1,28 +0,0 @@ -[nosetests] -match = ^test -nocapture = 1 -cover-package = hello_world -with-coverage = 1 -cover-erase = 1 - -[compile_catalog] -directory = hello_world/locale -domain = hello_world -statistics = true - -[extract_messages] -add_comments = TRANSLATORS: -output_file = hello_world/locale/hello_world.pot -width = 80 -mapping_file = message-extraction.ini - -[init_catalog] -domain = hello_world -input_file = hello_world/locale/hello_world.pot -output_dir = hello_world/locale - -[update_catalog] -domain = hello_world -input_file = hello_world/locale/hello_world.pot -output_dir = hello_world/locale -previous = true |
