You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trac #33859: Remove sage/libs/gap/test from MANIFEST.in
This directory was removed in #27155 but `MANIFEST.in` was not cleaned
to reflect it.
It generates a non fatal warning when producing wheels for sagemath-
standard.
URL: https://trac.sagemath.org/33859
Reported by: fbissey
Ticket author(s): François Bissey
Reviewer(s): Matthias Koeppe
Copy file name to clipboardExpand all lines: src/MANIFEST.in
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,5 @@ include pyproject.toml
5
5
6
6
prune .tox
7
7
8
-
graft sage/libs/gap/test
9
8
prune sage/ext/interpreters # In particular, __init__.py must not be present in the distribution; or sage_setup.autogen.interpreters.rebuild will not generate the code
0 commit comments