Skip to content

Commit

Permalink
Use setuptools in setup.py to support wheel
Browse files Browse the repository at this point in the history
Just by changing a single line, now it is possible to build and deploy "wheels" in PyPi,
with this `python setup.py bdist_wheel` in cmd-line.
  • Loading branch information
ankostis committed Mar 10, 2017
1 parent d0eb45b commit 397e41d
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
@@ -1,5 +1,5 @@
#!/usr/bin/env python
from distutils.core import setup
from setuptools import setup

VERSION = "1.6.6"

Expand Down

0 comments on commit 397e41d

Please sign in to comment.