Skip to content

Commit

Permalink
Add PyPi version of Spotipy as dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ceuk committed Jan 21, 2020
1 parent be02531 commit 807890d
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ verify_ssl = true
[dev-packages]

[packages]
spotipy-2-4-4 = {git = "https://github.com/plamere/spotipy.git"}
spotipy = "*"

[requires]
python_version = "3.7"
55 changes: 53 additions & 2 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@

setuptools.setup(
name="spotui",
version="0.1.7",
version="0.1.8",
author="ceuk",
description="Spotify TUI",
dependency_links=[
"git+https://[email protected]/plamere/spotipy.git@master#egg=spotipy-2.4.4"
],
long_description=long_description,
long_description_content_type="text/markdown",
keywords="spotify spotifytui",
Expand All @@ -26,6 +23,6 @@
"License :: OSI Approved :: MIT License",
],
python_requires=">=3.4",
install_requires=["spotipy==2.4.4"],
install_requires=["spotipy==2.7.1"],
entry_points={"console_scripts": ["spotui=spotui.__main__:main"]},
)

0 comments on commit 807890d

Please sign in to comment.