Skip to content

Commit 952e784

Browse files
authored
fix: include Java libraries in source distribution archive (#7)
1 parent 4316e3f commit 952e784

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
recursive-include lib *.jar

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,7 @@
3535
"sphinx",
3636
"m2r2"
3737
]
38-
}
38+
},
39+
package_data={"openscp": ["lib/*.jar"]},
40+
include_package_data=True
3941
)

0 commit comments

Comments
 (0)