From c807dd067f9d41b4dddfc86d25581fe8106ecf5f Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Mon, 20 Mar 2017 19:40:51 +0100 Subject: [PATCH] setup.cfg in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef045f9..89547d8 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This is a generic scaffold for Python projects that use: 1. `git clone http://git.dms-serwis.com.pl/henrietta/py-scaffold.git` 2. delete `.git` directory 3. Rename [your_project_source](your_project_source) to match your project -4. adjust [setup.py](setup.py) +4. adjust [setup.py](setup.py), and optionally [setup.cfg](setup.cfg) 5. adjust [.coveragerc](.coveragerc) 6. adjust [license](LICENSE) 7. adjust or delete [contribution guide](CONTRIBUTING.md) @@ -34,4 +34,4 @@ This is a generic scaffold for Python projects that use: 16. `git init` 17. Add suitable remotes, commit the data, push to repo 18. Done! - + -- GitLab