Skip to content

Commit 78701ab

Browse files
authored
Merge pull request #17 from Windham-High-School/15-more-intuitive-packaging
package only the necessary files
2 parents c0e2281 + 4f2ac5e commit 78701ab

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)