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
Merge branch 'ddabble/update-package-metadata' into modernize-metadata
# Conflicts:
# .github/workflows/release.yml
# CHANGES.rst
# pyproject.toml
Changes in `pyproject.toml`:
* Removed `license`, for the reason stated in fef00f6
* Removed duplicate "Framework :: Django" classifier (originating from
`setup.py`)
* Replaced `version_scheme` with "no-guess-dev", which is the docs'
recommended replacement for "post-release" - which is deprecated (see
https://setuptools-scm.readthedocs.io/en/stable/extending/#available-implementations)
* Removed `include`, as the default configuration includes all files not
ignored through our `.gitignore` (see
https://hatch.pypa.io/latest/plugins/builder/sdist/#default-file-selection),
which is what we want in the source distribution (sdist)
* Added link to issue in the comments on the `core-metadata-version`
fields - see
#1348 (comment)
Changes in `tox.ini`:
* Removed `isolated_build`, as isolated build environments are enabled
by default from tox v4 - see
#1348 (comment)
0 commit comments