You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skeleton.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ The setup.cfg file implements the following features:
68
68
- Supplies two 'extras':
69
69
- testing: requirements for running tests
70
70
- 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
72
72
- Placeholder for defining entry points
73
73
74
74
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