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

6
.gitignore vendored
View File

@ -26,4 +26,8 @@ yarn-error.log*
*.sw? *.sw?
# Private configs # Private configs
/config.py /config.py
#build files
/build
/*egg-info

View File

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

View File

@ -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={