Skip to content
This repository was archived by the owner on Jun 7, 2019. It is now read-only.

Commit 2699de5

Browse files
committed
replace function from missing wheel.install
fixes #9 - wheel package removed `wheel.install`
1 parent dc3eb9a commit 2699de5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
*.egg-info
33
.tox/
44
dist/
5+
.vscode/

wheelhouse/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55
import subprocess
66

7-
from wheel.install import parse_version
7+
from pkg_resources import parse_version
88

99
log = logging.getLogger(__name__)
1010

0 commit comments

Comments
 (0)