summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--skeleton.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/skeleton.md b/skeleton.md
index bc78f37..0e0c0ef 100644
--- a/skeleton.md
+++ b/skeleton.md
@@ -68,7 +68,7 @@ The setup.cfg file implements the following features:
- Supplies two 'extras':
- testing: requirements for running tests
- docs: requirements for building docs
- - these extras split the declaration into "upstream" (requirements as declared by the skeleton) and "local" (those specific to the local project)
+ - these extras split the declaration into "upstream" (requirements as declared by the skeleton) and "local" (those specific to the local project); these markers help avoid merge conflicts
- Placeholder for defining entry points
Additionally, the setup.py file declares `use_scm_version` which relies on [setuptools_scm](https://pypi.org/project/setuptools_scm) to do two things: