]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add noxfile.py to MANIFEST
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 20 Oct 2025 16:25:47 +0000 (12:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 20 Oct 2025 16:25:47 +0000 (12:25 -0400)
this is still how we get the files to include in a build
so it has to be there

Change-Id: Ie43ed43a7f9c4c5d3d85c76a1fcf2a4737d6dbc4

MANIFEST.in

index 22a39e89c77ab1e167297e7cd82877f5ef8a5ff4..a26ab88764be70de6ebf171647f227ca803d497f 100644 (file)
@@ -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