From 1ca5432b80167f2da57c54e5050b977da9e191ed Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 27 Dec 2019 04:01:17 -0800 Subject: 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 --- docs/narr/myproject/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/narr/myproject/setup.py') 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', -- cgit v1.2.3