Skip to content

Commit

Permalink
add build and publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
matteomattei committed Oct 8, 2016
1 parent 4235763 commit 3cf8265
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build_and_upload.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

python setup.py clean check build sdist bdist bdist_egg build_sphinx register upload_docs upload -r pypi
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
description='Squashfs image parser',
long_description='This package provides a way to read and extract squashfs images.',
author='Matteo Mattei; Nicola Ponzeveroni;',
author_email='[email protected]; [email protected];',
author_email='[email protected]',
url='https://github.com/matteomattei/PySquashfsImage',
packages=find_packages(),
keywords = ["filesystem", "parser", "squash", "squashfs"],
Expand Down

0 comments on commit 3cf8265

Please sign in to comment.