all: refactor to follow RFC140
This commit is contained in:
24
pkgs/by-name/sp/spotify-ripper/fix-setup.patch
Normal file
24
pkgs/by-name/sp/spotify-ripper/fix-setup.patch
Normal file
@ -0,0 +1,24 @@
|
||||
diff --git a/setup.py b/setup.py
|
||||
index a800b3b..8967921 100755
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -33,14 +33,13 @@ setup(
|
||||
name='spotify-ripper',
|
||||
version='2.9.1',
|
||||
packages=find_packages(exclude=["tests"]),
|
||||
- scripts=['spotify_ripper/main.py'],
|
||||
include_package_data=True,
|
||||
zip_safe=False,
|
||||
|
||||
# Executable
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
- 'spotify-ripper = main:main',
|
||||
+ 'spotify-ripper = spotify_ripper.main:main',
|
||||
],
|
||||
},
|
||||
|
||||
@@ -121,3 +121,2 @@ setup(
|
||||
return True
|
||||
|
||||
-create_default_dir()
|
Reference in New Issue
Block a user