Skip to content

Commit a2bf757

Browse files
committed
remove setuptools
1 parent ba85943 commit a2bf757

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/main.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727

2828
- name: Install nox
2929
run: pip install nox==2025.5.1
30-
- name: Upgrade setuptools & wheel (for all venvs)
31-
run: pip install --upgrade setuptools wheel
3230

3331
- name: Lint with flake8
3432
if: ${{ matrix.python-version == '3.12' }}

pyproject.toml

+3-7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
requires = ["flit_core >=3.11,<4"]
33
build-backend = "flit_core.buildapi"
44

5+
[tool.flit.include]
6+
paths = ["deepdiff/py.typed"]
7+
58
[project]
69
name = "deepdiff"
710
version = "8.5.0"
@@ -66,7 +69,6 @@ static = [
6669
"flake8~=7.1.0",
6770
"flake8-pyproject~=1.2.3",
6871
"pydantic~=2.10.0",
69-
"types-setuptools~=75.8.0",
7072
]
7173
test = [
7274
"pytest~=8.3.0",
@@ -100,9 +102,3 @@ exclude = "./data,./src,.svn,CVS,.bzr,.hg,.git,__pycache__"
100102

101103
[tool.pytest.ini_options]
102104
addopts = "--pdbcls=IPython.terminal.debugger:Pdb"
103-
104-
[tool.setuptools]
105-
packages = ["deepdiff"]
106-
107-
[tool.setuptools.package-metadata]
108-
deepdiff = ["py.typed"]

0 commit comments

Comments
 (0)