Skip to content

Commit

Permalink
Adjustments for library release
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Kendal committed Feb 8, 2021
1 parent 0c433be commit 1cb9b53
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.idea/
*.pyc
.pypirc
*.egg-info/
dist/
Binary file removed rar.bmp
Binary file not shown.
9 changes: 9 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

# gitpush > git release > this!

rm -rf StarTSPImage.egg-info
rm -rf dist
python3 setup.py sdist
pip3 install twine
twine upload dist/*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
long_description_content_type="text/markdown",
install_requires=['Pillow'],
url='https://github.com/geftactics/python-StarTSPImage',
download_url = 'https://github.com/geftactics/python-StarTSPImage/archive/0.1.0.tar.gz'
download_url = 'https://github.com/geftactics/python-StarTSPImage/archive/0.1.0.tar.gz',
author='Geoff Kendal',
author_email='[email protected]'
)

0 comments on commit 1cb9b53

Please sign in to comment.