Skip to content

Commit 6abc175

Browse files
author
Andrea Bedini
committed
Restore import pkg_resources in setup.py
1 parent 701643c commit 6abc175

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
_CYTHON_INSTALLED = False
2525

2626
try:
27+
import pkg_resources
2728
from setuptools import setup, Command
2829
_have_setuptools = True
2930
except ImportError:

0 commit comments

Comments
 (0)