]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Remove pyproject.toml from distribution
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 21 Mar 2020 14:16:47 +0000 (10:16 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 21 Mar 2020 14:20:14 +0000 (10:20 -0400)
commitfcb22fa8e26eaf7f0c1a99b8b20275a3557a240f
tree649d3a2c79ef91d8ecaf82ba0f6b7cdada92add8
parentc7e0f3d3aa1897b1d01a43972f35690311fe9354
Remove pyproject.toml from distribution

SQLAlchemy does not want to opt-in to pep-517 at this time
as this would require a custom build backend interface
which we have not built yet, and the standard is not
widely adopted at this time in any case.  Per
[1] [2], the presence of this file indicates a positive opt-in
to pep-517, so it must be omitted from source distributions.

[1] https://pip.pypa.io/en/stable/reference/pip/#pep-517-and-518-support
[2] https://www.python.org/dev/peps/pep-0517/#id5

Fixes: #5207
Change-Id: If8d26a9edf942047920d273d8be778df7a018b3e
(cherry picked from commit f2a817dd7cde50988839750b9c2464675fb4f069)
MANIFEST.in
doc/build/changelog/unreleased_13/5207.rst [new file with mode: 0644]