aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2021-06-23 12:42:54 -0700
committerZac Medico <zmedico@gentoo.org>2021-06-23 13:02:14 -0700
commit99d116d5b8d243aa4ed5365cbde05fa9e90bf6eb (patch)
treef1601d7a53c2834f2ceb9e14c0c81a9b022108f5
parentUpdates for portage-3.0.21 release (diff)
downloadgentoo-portage-99d116d5b8d243aa4ed5365cbde05fa9e90bf6eb.tar.xz
gentoo-portage-99d116d5b8d243aa4ed5365cbde05fa9e90bf6eb.zip
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@gentoo.org>
-rw-r--r--MANIFEST.in2
1 files changed, 2 insertions, 0 deletions
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