diff options
| author | Steve Piercy <web@stevepiercy.com> | 2019-12-27 04:01:17 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2020-01-02 23:30:59 -0800 |
| commit | 1ca5432b80167f2da57c54e5050b977da9e191ed (patch) | |
| tree | f7c0cd7eb3d9d66c5745063dac86f33aac33e7b0 /docs/narr/myproject/setup.py | |
| parent | f61a292939d2a41598f45fc8f908343eb8859e23 (diff) | |
| download | pyramid-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/setup.py')
| -rw-r--r-- | docs/narr/myproject/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/myproject/setup.py b/docs/narr/myproject/setup.py index 1ee272270..40aa2c53b 100644 --- a/docs/narr/myproject/setup.py +++ b/docs/narr/myproject/setup.py @@ -25,7 +25,7 @@ tests_require = [ setup( name='myproject', version='0.0', - description='MyProject', + description='myproject', long_description=README + '\n\n' + CHANGES, classifiers=[ 'Programming Language :: Python', |
