Skip to content

Commit

Permalink
Update 'extras' reference. Closes #128
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jun 21, 2024
1 parent ab597a4 commit 0377643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ The setup.cfg file implements the following features:
- Declares the required Python versions
- Declares install requirements (empty by default)
- Supplies two 'extras':
- testing: requirements for running tests
- docs: requirements for building docs
- test: requirements for running tests
- doc: 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 markers help avoid merge conflicts
- Placeholder for defining entry points

Expand Down

0 comments on commit 0377643

Please sign in to comment.