Skip to content

Commit

Permalink
Fix "error: invalid command 'bdist_wheel'". Python docs are as clear …
Browse files Browse the repository at this point in the history
…as mud.
  • Loading branch information
wyattoday committed Apr 17, 2019
1 parent 95ce929 commit 3f7b2bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python

import setuptools
from distutils.core import setup

setup(name="turboactivate",
Expand Down

0 comments on commit 3f7b2bb

Please sign in to comment.