Update setup.py

This commit is contained in:
adrienmalin 2018-07-30 22:52:55 +02:00 committed by GitHub
parent 4490c5886f
commit f2c4410d95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,10 @@ setuptools.setup(
long_description_content_type="text/markdown",
url="https://github.com/adrienmalin/Tetris2000",
packages=setuptools.find_packages(),
install_requires=[
'PyQt5',
'qdarkstyle'
],
classifiers=(
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",