Skip to content

Commit 5355808

Browse files
authored
Merge pull request #150 from jameshilliard/no-wheel
Remove spurious wheel dependency from setup.py
2 parents d20a7a4 + 500de49 commit 5355808

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
packages=find_packages(exclude=[]),
1616
package_dir={'automat': 'automat'},
1717
setup_requires=[
18-
'wheel',
1918
'setuptools-scm',
2019
],
2120
install_requires=[

0 commit comments

Comments
 (0)