-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4235763
commit 3cf8265
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"], | ||
|