Skip to content

Commit 63ffe84

Browse files
author
min.du
committed
update
1 parent 23062b1 commit 63ffe84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build:
33
python setup.py build
44

55
upload:
6-
python setup.py bdist_wheel upload -r hobot-local
6+
python setup.py bdist_wheel upload
77

88
clean:
99
@rm -rf build dist src/*.egg-info

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
long_description=readme,
2828
author='user',
2929
author_email='[email protected]',
30-
url='https://github.com/user/cocozip',
30+
url='https://github.com/duinodu/cocozip',
3131
license=license,
3232
platform='linux',
3333
zip_safe=False,

0 commit comments

Comments
 (0)