Updated stuff for pypi
This commit is contained in:
parent
ee14ad08ac
commit
d92f6d8612
|
@ -26,4 +26,8 @@ yarn-error.log*
|
||||||
*.sw?
|
*.sw?
|
||||||
|
|
||||||
# Private configs
|
# Private configs
|
||||||
/config.py
|
/config.py
|
||||||
|
|
||||||
|
#build files
|
||||||
|
/build
|
||||||
|
/*egg-info
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
|
click
|
||||||
pycryptodomex
|
pycryptodomex
|
||||||
mutagen
|
mutagen
|
||||||
click
|
|
||||||
requests
|
requests
|
||||||
spotipy
|
spotipy
|
||||||
flask
|
|
||||||
flask-socketio
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -23,7 +23,7 @@ setup(
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
],
|
],
|
||||||
python_requires='>=3.7',
|
python_requires='>=3.7',
|
||||||
packages=["deemix"],
|
packages=setuptools.find_packages(),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=["click", "pycryptodomex", "mutagen", "requests", "spotipy"],
|
install_requires=["click", "pycryptodomex", "mutagen", "requests", "spotipy"],
|
||||||
entry_points={
|
entry_points={
|
||||||
|
|
Loading…
Reference in New Issue