mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-16 20:27:05 +03:00
- Remove metadata from setup.py - Split flake8 section into .flake8 from setup.cfg - tox: set isolated_build=true Signed-off-by: Hiroshi Miura <miurahr@linux.com>
25 lines
555 B
Plaintext
25 lines
555 B
Plaintext
include *.rst
|
|
include *.txt
|
|
include *.cfg
|
|
include LICENSE
|
|
include pyproject.toml
|
|
include .flake8
|
|
recursive-include aqt *.ini
|
|
recursive-include aqt *.json
|
|
recursive-include docs *.bat
|
|
recursive-include docs *.py
|
|
recursive-include docs *.rst
|
|
recursive-include docs Makefile
|
|
recursive-include tests *.html
|
|
recursive-include tests *.ini
|
|
recursive-include tests *.json
|
|
recursive-include tests *.py
|
|
recursive-include tests *.xml
|
|
prune .github
|
|
exclude .gitignore
|
|
exclude .readthedocs.yml
|
|
exclude azure-pipelines.yml
|
|
exclude qtaccount.ini
|
|
exclude aqtinstall.log
|
|
|