summaryrefslogtreecommitdiff
path: root/docs/narr/myproject/README.txt
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2019-12-27 04:01:17 -0800
committerSteve Piercy <web@stevepiercy.com>2020-01-02 23:30:59 -0800
commit1ca5432b80167f2da57c54e5050b977da9e191ed (patch)
treef7c0cd7eb3d9d66c5745063dac86f33aac33e7b0 /docs/narr/myproject/README.txt
parentf61a292939d2a41598f45fc8f908343eb8859e23 (diff)
downloadpyramid-1ca5432b80167f2da57c54e5050b977da9e191ed.tar.gz
pyramid-1ca5432b80167f2da57c54e5050b977da9e191ed.tar.bz2
pyramid-1ca5432b80167f2da57c54e5050b977da9e191ed.zip
Update project.rst and its cookiecutter project files
- Update output to reflect current cookiecutter - Fix minor typos - Use new links to PyPA for MANIFEST.in description and usage - Add missing keyword "keywords" to setup.py whirlwind description - Flip order of `install_requires` and `extras_require` to align with order in setup.py - Update line numbers and code references - Add watchman under hupper and rewrite paragraph @mmerickel should review
Diffstat (limited to 'docs/narr/myproject/README.txt')
-rw-r--r--docs/narr/myproject/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/myproject/README.txt b/docs/narr/myproject/README.txt
index 2ffc0acba..6c5a0fee0 100644
--- a/docs/narr/myproject/README.txt
+++ b/docs/narr/myproject/README.txt
@@ -1,4 +1,4 @@
-MyProject
+myproject
=========
Getting Started
@@ -6,7 +6,7 @@ Getting Started
- Change directory into your newly created project.
- cd MyProject
+ cd myproject
- Create a Python virtual environment.