We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23062b1 commit 63ffe84Copy full SHA for 63ffe84
Makefile
@@ -3,7 +3,7 @@ build:
3
python setup.py build
4
5
upload:
6
- python setup.py bdist_wheel upload -r hobot-local
+ python setup.py bdist_wheel upload
7
8
clean:
9
@rm -rf build dist src/*.egg-info
setup.py
@@ -27,7 +27,7 @@
27
long_description=readme,
28
author='user',
29
author_email='[email protected]',
30
- url='https://github.com/user/cocozip',
+ url='https://github.com/duinodu/cocozip',
31
license=license,
32
platform='linux',
33
zip_safe=False,
0 commit comments