File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
upload :
2
2
rm -rf build dist myjdapi.egg-info
3
- python setup.py bdist_wheel --universal
3
+ python3 setup.py bdist_wheel --universal
4
4
twine upload dist/*
Original file line number Diff line number Diff line change 1
1
from .myjdapi import Myjdapi
2
- __version__ = '1.0.2 '
2
+ __version__ = '1.0.3-dev '
Original file line number Diff line number Diff line change 11
11
long_description = f .read ()
12
12
setup (
13
13
name = 'myjdapi' ,
14
- version = '1.0.2 ' ,
14
+ version = '1.0.3-dev ' ,
15
15
description = 'Library to use My.Jdownloader API in an easy way.' ,
16
16
long_description = long_description ,
17
- url = 'https://github.com/mmarquezs/libgen-python-api /' ,
17
+ url = 'https://github.com/mmarquezs/My.Jdownloader-API-Python-Library /' ,
18
18
author = 'Marc Marquez Santamaria' ,
19
19
20
20
license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments