Skip to content

Commit 7ca4c91

Browse files
committed
piencrypt bugfix
1 parent f0b4d6c commit 7ca4c91

5 files changed

Lines changed: 12 additions & 71 deletions

File tree

Script/build.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#build package and push it to pypi
2+
clear
3+
echo "Starting package build...";
4+
python setup.py sdist bdist_wheel;
5+
twine upload dist/*;
6+
echo "Upload Successfull";
7+
# cat build.sh

Script/commit.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
clear
2+
echo "Tracking files..";
3+
git add .;
4+
git commit -m "piencrypt bugfix";
5+
echo "Commit completed";

build/lib/piencrypt/__init__.py

Whitespace-only changes.

build/lib/piencrypt/pie.py

Lines changed: 0 additions & 41 deletions
This file was deleted.

build/lib/piencrypt/piencrypt.py

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)