summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRalph Bean <ralph.bean@gmail.com>2011-01-15 18:03:55 -0500
committerRalph Bean <ralph.bean@gmail.com>2011-01-15 18:03:55 -0500
commit0a614cb3e6d9034addb3f894858f6e603bed8418 (patch)
treef41400249ef833e5e77cd285f5b1d838b2d780ce /docs
parent49315b643983789e668626474c22beec3117457e (diff)
downloadpyramid-0a614cb3e6d9034addb3f894858f6e603bed8418.tar.gz
pyramid-0a614cb3e6d9034addb3f894858f6e603bed8418.tar.bz2
pyramid-0a614cb3e6d9034addb3f894858f6e603bed8418.zip
Docs update
- One small typo fix - Added mention of MANIFEST.in for bundling non-Python-source files
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 5af8c3231..46de560c2 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -601,7 +601,7 @@ or influencing runtime behavior of a :app:`Pyramid` application. See
default 'application' (although it's actually a pipeline of middleware and an
application) run by ``paster serve`` when it is invoked against this
configuration file. The name ``main`` is a convention used by PasteDeploy
-signifying that it the default application.
+signifying that it is the default application.
The ``[server:main]`` section of the configuration file configures a WSGI
server which listens on TCP port 6543. It is configured to listen on all
@@ -705,7 +705,8 @@ who want to use your application.
be included in the tarball. If you don't use Subversion, and instead use
a different version control system, you may need to install a setuptools
add-on such as ``setuptools-git`` or ``setuptools-hg`` for this behavior
- to work properly.
+ to work properly. Alternatively, you can specify the non-Python-source
+ files by hand in a ``manifest template``, called ``MANIFEST.in`` by default.
``setup.cfg``
~~~~~~~~~~~~~