mirror of
https://github.com/ColinDuquesnoy/QDarkStyleSheet.git
synced 2026-08-30 00:50:30 +08:00
16 lines
245 B
Plaintext
16 lines
245 B
Plaintext
#
|
|
# MANIFEST.in
|
|
#
|
|
# Manifest template for creating the PyLudic source distribution.
|
|
|
|
include MANIFEST.in
|
|
include setup.py
|
|
include COPYING
|
|
include README.md
|
|
include qdarkstyle/style.qss
|
|
include qdarkstyle/style.qrc
|
|
include qdarkstyle/rc/*.png
|
|
|
|
|
|
|