File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " python-adc-eval"
7- version = " 0.1.0rc1 "
7+ version = " 0.1.0rc2 "
88license = {text = " MIT" }
99description = " ADC Evaluation Library"
1010readme = " README.rst"
@@ -33,7 +33,7 @@ platforms = ["any"]
3333include-package-data = true
3434
3535[tool .setuptools .packages .find ]
36- include = [" src/ *" ]
36+ include = [" adc_eval *" ]
3737
3838[tool .ruff ]
3939select = [
Original file line number Diff line number Diff line change 1616basepython = python3
1717ignore_errors = True
1818commands =
19- pylint --rcfile ={toxinidir}/pylintrc src/ adc_eval
20- ruff check src/ adc_eval
21- black --check --diff src/ adc_eval
19+ pylint --rcfile ={toxinidir}/pylintrc adc_eval
20+ ruff check adc_eval
21+ black --check --diff adc_eval
2222 rst-lint README.rst
2323
2424[testenv:build]
You can’t perform that action at this time.
0 commit comments