Skip to content

Commit 4310c97

Browse files
committed
Clarify purpose of local/upstream extras
1 parent 8ac0f87 commit 4310c97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skeleton.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The setup.cfg file implements the following features:
6868
- Supplies two 'extras':
6969
- testing: requirements for running tests
7070
- docs: requirements for building docs
71-
- these extras split the declaration into "upstream" (requirements as declared by the skeleton) and "local" (those specific to the local project)
71+
- 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
7272
- Placeholder for defining entry points
7373

7474
Additionally, the setup.py file declares `use_scm_version` which relies on [setuptools_scm](https://pypi.org/project/setuptools_scm) to do two things:

0 commit comments

Comments
 (0)