Skip to content

Commit fd271c6

Browse files
committed
Remove workaround used for old pip versions
1 parent a3fce91 commit fd271c6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

setup.py

-10
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,6 @@
1717
from distutils.version import LooseVersion
1818
from setuptools import setup, Command, find_packages
1919

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-
3020
# versioning
3121
import versioneer
3222
cmdclass = versioneer.get_cmdclass()

0 commit comments

Comments
 (0)