summaryrefslogtreecommitdiff
path: root/docs/quick_tour/package/setup.cfg
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-12-25 20:05:12 -0600
committerGitHub <noreply@github.com>2016-12-25 20:05:12 -0600
commit8be808150a6df96b5815aa3885c0f62540d82e27 (patch)
tree33821f59b97d4fecce31d6b291ef8368a111c5cf /docs/quick_tour/package/setup.cfg
parent6c3f4f8d0598cb62e37aa278e9c2c3e4194f8831 (diff)
parenta0ad6ffc14ef8dfde70e487fb057433ff942b001 (diff)
downloadpyramid-8be808150a6df96b5815aa3885c0f62540d82e27.tar.gz
pyramid-8be808150a6df96b5815aa3885c0f62540d82e27.tar.bz2
pyramid-8be808150a6df96b5815aa3885c0f62540d82e27.zip
Merge pull request #2888 from stevepiercy/docs-cookiecutter-changes-only
docs cookiecutter changes only - Quick Tour
Diffstat (limited to 'docs/quick_tour/package/setup.cfg')
-rw-r--r--docs/quick_tour/package/setup.cfg28
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