Skip to content

Commit 4f2ac5e

Browse files
committed
package only the necessary files
1 parent c0e2281 commit 4f2ac5e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

cubeserver-api-python.zip

-184 KB
Binary file not shown.

package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
22

33
./update_version.sh
4-
zip -r cubeserver-api-python.zip . -x .gitignore -x ./.git -x package.sh -x update_version.sh -x version.txt 2>&1 > /dev/null
4+
zip cubeserver-api-python.zip -r lib/ boot.py code.py 2>&1 > /dev/null
55
echo cubeserver-api-python.zip

0 commit comments

Comments
 (0)