mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-16 20:27:05 +03:00
Remove metadata from setup.py
- 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>
This commit is contained in:
4
.flake8
Normal file
4
.flake8
Normal file
@@ -0,0 +1,4 @@
|
||||
[flake8]
|
||||
max-line-length = 125
|
||||
exclude = .git,__pycache__,docs/conf.py,build,dist,tmp,venv
|
||||
extend-ignore = E203, W50
|
||||
@@ -3,6 +3,7 @@ include *.txt
|
||||
include *.cfg
|
||||
include LICENSE
|
||||
include pyproject.toml
|
||||
include .flake8
|
||||
recursive-include aqt *.ini
|
||||
recursive-include aqt *.json
|
||||
recursive-include docs *.bat
|
||||
|
||||
@@ -136,6 +136,7 @@ markers = [
|
||||
legacy_tox_ini = """
|
||||
[tox]
|
||||
envlist = check, docs, py{36,37,38,39,310}, py39d, mprof, fil
|
||||
isolated_build = True
|
||||
|
||||
[testenv]
|
||||
passenv =
|
||||
@@ -153,7 +154,7 @@ basepython = python3.8
|
||||
extras = check
|
||||
commands =
|
||||
check-manifest {toxinidir}
|
||||
flake8 aqt tests setup.py
|
||||
flake8 aqt tests
|
||||
|
||||
[testenv:docs]
|
||||
basepython = python3.8
|
||||
|
||||
@@ -1,11 +1,3 @@
|
||||
[flake8]
|
||||
max-line-length = 125
|
||||
exclude = .git,__pycache__,docs/conf.py,build,dist,tmp,venv
|
||||
extend-ignore = E203, W50
|
||||
|
||||
[bdist_wheel]
|
||||
universal=1
|
||||
|
||||
[metadata]
|
||||
name = aqtinstall
|
||||
description = Another unofficial Qt installer
|
||||
|
||||
Reference in New Issue
Block a user