diff --git a/README.md b/README.md
index ef045f95e7c6b2043e54104641e30ab3a53d801b..89547d8e2321876973ca85f51486ad8bb561f786 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!
-  
+