mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-13 14:44:49 -04:00
Twine upload working
This commit is contained in:
parent
1ce080fbd2
commit
d440e83263
1 changed files with 5 additions and 5 deletions
10
setup.py
10
setup.py
|
@ -19,8 +19,8 @@ setup(
|
|||
py_modules=["streamrip"],
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"rip = music_dl.cli:main",
|
||||
"streamrip = music_dl.cli:main",
|
||||
"rip = streamrip.cli:main",
|
||||
"streamrip = streamrip.cli:main",
|
||||
],
|
||||
},
|
||||
packages=find_packages(),
|
||||
|
@ -31,10 +31,10 @@ setup(
|
|||
"Operating System :: OS Independent",
|
||||
"Development Status :: 3 - Alpha",
|
||||
],
|
||||
python_requires=">=3.8",
|
||||
python_requires=">=3.7",
|
||||
project_urls={
|
||||
"Bug Reports": "https://github.com/nathom/music-dl/issues",
|
||||
"Source": "https://github.com/nathom/music-dl",
|
||||
"Bug Reports": "https://github.com/nathom/streamrip/issues",
|
||||
"Source": "https://github.com/nathom/streamrip",
|
||||
},
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue