Skip to content

Commit fd71f04

Browse files
committed
Update build system
1 parent 49a37d4 commit fd71f04

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ Homepage = "https://github.com/igrek51/wat"
2121
requires = ["setuptools>=61.0", "build", "wheel"]
2222
build-backend = "setuptools.build_meta"
2323

24-
[tool.setuptools]
25-
packages = ["wat", "wat.inspection"]
24+
[tool.setuptools.packages.find]
25+
where = ["."]
26+
include = ["wat*"]
27+
exclude = ["tests*"]
2628

2729
[tool.setuptools.package-data]
2830
wat = ["py.typed"]

requirements-dev.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
backoff==2.2.1
2-
build==1.2.1
3-
coverage==7.5.1
2+
build==1.3.0
3+
coverage==7.10.4
44
mkdocs==1.6.0
55
mkdocs-material==9.5.22
66
nuclear==2.5.0
7+
pkginfo==1.12.1.2
78
pydantic==2.7.1
8-
pytest==8.2.0
9-
setuptools==72.1.0
10-
setuptools-scm==8.1.0
11-
twine==5.1.1
12-
wheel==0.43.0
9+
pytest==8.4.1
10+
setuptools==80.9.0
11+
setuptools-scm==9.2.0
12+
twine==6.1.0
13+
wheel==0.45.1

setup.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)