Skip to content

Commit

Permalink
Update package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
flatsiedatsie authored Jan 3, 2023
1 parent 9db0792 commit eb31793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ echo "creating package"
mkdir -p lib package

# Pull down Python dependencies
pip3 install -r requirements.txt -t lib --no-binary --no-cache :all: --prefix ""
pip3 install -r requirements.txt -t lib --no-cache --no-binary :all: --prefix ""

# Put package together
#cp -r lib pkg LICENSE manifest.json *.py README.md package/
Expand Down

0 comments on commit eb31793

Please sign in to comment.