Skip to content

Commit

Permalink
fix: Use setuptools egg install runner
Browse files Browse the repository at this point in the history
* pypa/pip#6998
Do not assume egg install for all setuptools version
  • Loading branch information
joeirimpan committed Feb 7, 2020
1 parent 931c8ee commit 6de5449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def run(self):
# Install from Pypi for other platforms
pip_install("Twisted>=17.9.0")

_install.do_egg_install(self)
_install.run(self)


class FakeBdist(Command):
Expand Down

0 comments on commit 6de5449

Please sign in to comment.