Skip to content

Commit 2b4191f

Browse files
committed
renamed - to _ in setup.py in the project name to be able to publish the package in the new setup
1 parent 23c76a4 commit 2b4191f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from spotifycli.version import __version__
44

55
setup(
6-
name='spotify-cli-linux',
6+
name='spotify_cli_linux',
77
version=__version__,
88
python_requires='>=3.12.7',
99
description="a command line interface to Spotify on Linux",

0 commit comments

Comments
 (0)