Skip to content
Snippets Groups Projects
Commit c807dd06 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

setup.cfg in readme

parent 26be46a5
No related branches found
No related tags found
No related merge requests found
Pipeline #282 passed with stages
in 1 minute and 20 seconds
......@@ -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!
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment