Skip to content

Commit f493be1

Browse files
authored
Merge pull request #548 from seperman/dev
remove setuptools
2 parents ba85943 + f8f1072 commit f493be1

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-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

-7
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ static = [
6666
"flake8~=7.1.0",
6767
"flake8-pyproject~=1.2.3",
6868
"pydantic~=2.10.0",
69-
"types-setuptools~=75.8.0",
7069
]
7170
test = [
7271
"pytest~=8.3.0",
@@ -100,9 +99,3 @@ exclude = "./data,./src,.svn,CVS,.bzr,.hg,.git,__pycache__"
10099

101100
[tool.pytest.ini_options]
102101
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)