From 238a4b3bbede77da5a499ce756949e3ce5c797c7 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 20 Oct 2025 12:25:47 -0400 Subject: [PATCH] add noxfile.py to MANIFEST this is still how we get the files to include in a build so it has to be there Change-Id: Ie43ed43a7f9c4c5d3d85c76a1fcf2a4737d6dbc4 --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 22a39e89c7..a26ab88764 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -15,5 +15,5 @@ exclude lib/sqlalchemy/**/*.so # don't come in if --with-cextensions isn't specified. recursive-include lib *.pxd *.txt *.typed -include README* AUTHORS LICENSE CHANGES* tox.ini +include README* AUTHORS LICENSE CHANGES* tox.ini noxfile.py prune doc/build/output -- 2.47.3