Skip to content

Commit 74223ea

Browse files
committed
Refactor
1 parent e29d77c commit 74223ea

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "python-adc-eval"
7-
version = "0.1.0rc1"
7+
version = "0.1.0rc2"
88
license = {text = "MIT"}
99
description = "ADC Evaluation Library"
1010
readme = "README.rst"
@@ -33,7 +33,7 @@ platforms = ["any"]
3333
include-package-data = true
3434

3535
[tool.setuptools.packages.find]
36-
include = ["src/*"]
36+
include = ["adc_eval*"]
3737

3838
[tool.ruff]
3939
select = [

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ deps =
1616
basepython = python3
1717
ignore_errors = True
1818
commands =
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]

0 commit comments

Comments
 (0)