We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3fce91 commit fd271c6Copy full SHA for fd271c6
setup.py
@@ -17,16 +17,6 @@
17
from distutils.version import LooseVersion
18
from setuptools import setup, Command, find_packages
19
20
-# Taken from https://github.com/jupyterhub/traefik-proxy/
21
-# commit: 0f16dc307b72e613e71067b6498f82728461434a
22
-#
23
-# ensure cwd is on sys.path
24
-# workaround bug in pip 19.0
25
-# This is needed to load versioneer that lies alongside the setup.py
26
-here = os.path.dirname(__file__)
27
-if here not in sys.path:
28
- sys.path.insert(0, here)
29
-
30
# versioning
31
import versioneer
32
cmdclass = versioneer.get_cmdclass()
0 commit comments