|
@ -22,4 +22,9 @@ setuptools.setup( |
|
|
"License :: OSI Approved :: MIT License", |
|
|
"License :: OSI Approved :: MIT License", |
|
|
"Operating System :: OS Independent", |
|
|
"Operating System :: OS Independent", |
|
|
], |
|
|
], |
|
|
|
|
|
entry_points = { |
|
|
|
|
|
"console_scripts" : [ |
|
|
|
|
|
"spotsync = spotify_mpd_sync.msplaylist.spotify:run_sync" |
|
|
|
|
|
] |
|
|
|
|
|
} |
|
|
) |
|
|
) |
|
|