Skip to content

Commit 305d3b7

Browse files
committed
Remove remaining references to setup.cfg.
Ref #122.
1 parent 3dd937e commit 305d3b7

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

index.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The archive and handoff branches from prior collapses are indicate here:
9393
The features/techniques employed by the skeleton include:
9494

9595
- PEP 517/518-based build relying on Setuptools as the build tool
96-
- Setuptools declarative configuration using setup.cfg
96+
- Setuptools declarative configuration using pyproject.toml
9797
- tox for running tests
9898
- A README.rst as reStructuredText with some popular badges, but with Read the Docs badges commented out
9999
- A CHANGES.rst file intended for publishing release notes about the project
@@ -104,12 +104,9 @@ The features/techniques employed by the skeleton include:
104104

105105
## Packaging Conventions
106106

107-
A pyproject.toml is included to enable PEP 517 and PEP 518 compatibility and declares the requirements necessary to build the project on Setuptools (a minimum version compatible with setup.cfg declarative config).
107+
A pyproject.toml is included and implements the following features:
108108

109-
The setup.cfg file implements the following features:
110-
111-
- Assumes universal wheel for release
112-
- Advertises the project's LICENSE file (MIT by default)
109+
- Enable PEP 517 and PEP 518 to build the project on Setuptools.
113110
- Reads the README.rst file into the long description
114111
- Some common Trove classifiers
115112
- Includes all packages discovered in the repo

0 commit comments

Comments
 (0)