8000 Merge pull request #1157 from alexey-tereshenkov-oxb/fix/make-setupto… · projectgus/python-can@bb78312 · GitHub
[go: up one dir, main page]

Skip to content

Commit bb78312

Browse files
authored
Merge pull request hardbyte#1157 from alexey-tereshenkov-oxb/fix/make-setuptools-required
Make setuptools a package dependency
2 parents c9c3048 + 1e17193 commit bb78312

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@
8383
# see https://www.python.org/dev/peps/pep-0345/#version-specifiers
8484
python_requires=">=3.6",
8585
install_requires=[
86-
# Note setuptools provides pkg_resources which python-can makes use of,
87-
# but we assume it is already installed.
88-
# "setuptools",
86+
"setuptools",
8987
"wrapt~=1.10",
9088
'windows-curses;platform_system=="Windows" and platform_python_implementation=="CPython"',
9189
"typing_extensions>=3.10.0.0",

0 commit comments

Comments
 (0)
0