Skip to content

Commit 11e3f0b

Browse files
authored
Remove obsolete setuptools runtime dependency (#130)
The runtime dependency on `setuptools` was only required for namespace support. Since `pkg_resources`-style namespaces have been removed in #52 and there are no relevant imports left in the code, remove the unnecessary dependency. Signed-off-by: Michał Górny <mgorny@gentoo.org>
1 parent d5a751c commit 11e3f0b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
8.1 (unreleased)
66
================
77

8-
- Nothing changed yet.
8+
- Remove unnecessary ``setuptools`` runtime dependency.
99

1010

1111
8.0 (2025-09-12)

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def read(*rnames):
2929

3030

3131
REQUIRES = [
32-
'setuptools',
3332
'zope.interface >= 5.0.0',
3433
'zope.event',
3534
]

0 commit comments

Comments
 (0)