mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +03:00
* Move checklist into json file - Load combination from json file. - MANIFEST: Include json file in package. - Refactoring Cli class. Signed-off-by: Hiroshi Miura <miurahr@linux.com>
28 lines
687 B
Plaintext
28 lines
687 B
Plaintext
include *.rst
|
|
include *.txt
|
|
include *.cfg
|
|
include *.yml
|
|
include AUTHORS
|
|
include LICENSE
|
|
include tox.ini
|
|
recursive-include aqt *.ini
|
|
recursive-include aqt *.json
|
|
recursive-include aqt *.yml
|
|
recursive-include ci *.py
|
|
recursive-include ci *.yml
|
|
recursive-include docs *.bat
|
|
recursive-include docs *.dia
|
|
recursive-include docs *.py
|
|
recursive-include docs *.rst
|
|
recursive-include docs *.yml
|
|
recursive-include docs *.svg
|
|
recursive-include docs *.html
|
|
recursive-include docs *.txt
|
|
recursive-include docs Makefile
|
|
recursive-include tests *.conf
|
|
recursive-include tests *.cpp
|
|
recursive-include tests *.pro
|
|
recursive-include tests *.qml
|
|
recursive-include tests *.qrc
|
|
recursive-include tests *.svg
|