Skip to content

Commit 2016371

Browse files
committed
Make MANIFEST.in more explicit
- Only include src/runtime, no other .NET subproject - In particular, tests are not contained anymore in the sdist - Fix accidentally including obj and bin directories in the sdist
1 parent 4b6ac12 commit 2016371

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

MANIFEST.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
recursive-include src/ *
1+
graft src/runtime
2+
prune src/runtime/obj
3+
prune src/runtime/bin
24
include Directory.Build.*
35
include pythonnet.sln
46
include version.txt
5-
global-exclude **/obj/* **/bin/*

0 commit comments

Comments
 (0)