Updated stuff for pypi

This commit is contained in:
RemixDev 2020-05-25 13:45:12 +02:00
parent ee14ad08ac
commit d92f6d8612
3 changed files with 7 additions and 5 deletions

4
.gitignore vendored
View File

@ -27,3 +27,7 @@ yarn-error.log*
# Private configs
/config.py
#build files
/build
/*egg-info

View File

@ -1,7 +1,5 @@
click
pycryptodomex
mutagen
click
requests
spotipy
flask
flask-socketio

View File

@ -23,7 +23,7 @@ setup(
"Operating System :: OS Independent",
],
python_requires='>=3.7',
packages=["deemix"],
packages=setuptools.find_packages(),
include_package_data=True,
install_requires=["click", "pycryptodomex", "mutagen", "requests", "spotipy"],
entry_points={