Skip to content

Commit 2fdcaef

Browse files
committed
chore: dedent, drop setuptools in dev
1 parent fbe1e63 commit 2fdcaef

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,11 @@ dependencies = [
3838
]
3939
[project.optional-dependencies]
4040
dev = [
41-
"typing-inspect",
42-
"pytest",
43-
"pytest-asyncio",
44-
"Twine",
45-
"setuptools", # ?
46-
]
41+
"typing-inspect",
42+
"pytest",
43+
"pytest-asyncio",
44+
"Twine",
45+
]
4746

4847
[project.urls]
4948
"Homepage" = "https://juju.is/docs/sdk"

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"pytest",
4141
"pytest-asyncio",
4242
"Twine",
43-
"setuptools", # ?
4443
]
4544
},
4645
include_package_data=True,

0 commit comments

Comments
 (0)