Add files via upload
This commit is contained in:
parent
efb5ed8d80
commit
df540dfcd4
8
MANIFEST.in
Normal file
8
MANIFEST.in
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
include README.md
|
||||||
|
include Tetris2000/data/backgrounds\*.jpg
|
||||||
|
include Tetris2000/data/fonts\*.ttf
|
||||||
|
include Tetris2000/data/fonts\*.otf
|
||||||
|
include Tetris2000/data/icons\icon.ico
|
||||||
|
include Tetris2000/data/locale\*.qm
|
||||||
|
include Tetris2000/data/sounds\*.wav
|
||||||
|
include Tetris2000/data/sounds\*.mp3
|
5
setup.py
5
setup.py
@ -20,9 +20,10 @@ setuptools.setup(
|
|||||||
'PyQt5',
|
'PyQt5',
|
||||||
'qdarkstyle'
|
'qdarkstyle'
|
||||||
],
|
],
|
||||||
classifiers=(
|
classifiers=[
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
),
|
],
|
||||||
|
include_package_data=True
|
||||||
)
|
)
|
Loading…
x
Reference in New Issue
Block a user