We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4572ffd commit 2253d39Copy full SHA for 2253d39
setup.py
@@ -9,6 +9,8 @@
9
10
from distutils.command.build_py import build_py as _build_py
11
from setuptools.command.sdist import sdist as _sdist
12
+import pkg_resources
13
+import logging
14
import os
15
import sys
16
from os import path
0 commit comments