Update setup.py
This commit is contained in:
parent
4490c5886f
commit
f2c4410d95
4
setup.py
4
setup.py
@ -16,6 +16,10 @@ setuptools.setup(
|
|||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
url="https://github.com/adrienmalin/Tetris2000",
|
url="https://github.com/adrienmalin/Tetris2000",
|
||||||
packages=setuptools.find_packages(),
|
packages=setuptools.find_packages(),
|
||||||
|
install_requires=[
|
||||||
|
'PyQt5',
|
||||||
|
'qdarkstyle'
|
||||||
|
],
|
||||||
classifiers=(
|
classifiers=(
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user