commit:     99d116d5b8d243aa4ed5365cbde05fa9e90bf6eb
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 23 19:42:54 2021 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Jun 23 20:02:14 2021 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=99d116d5

MANIFEST.in: include setup.py to fix python -m build

It's necessary to include setup.py here so that source distributions
built by python -m build ("A simple, correct PEP 517 package builder")
will include setup.py.

I've deleted portage-3.0.21.tar.gz from PyPi because it was missing
the setup.py file. It's not possible to re-upload a new file of the
same name, so the portage-3.0.21 release will only have the whl file
available for download now:

    portage-3.0.21-py3-none-any.whl

See: https://pypi.org/project/portage/3.0.21/#files
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 MANIFEST.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MANIFEST.in b/MANIFEST.in
index 4a5248084..7d9ea761a 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,5 @@
+include setup.py
+
 # docs
 include DEVELOPING
 include LICENSE

Reply via email to