Skip to content

Commit

Permalink
complete setup.py for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Synss committed Dec 16, 2015
1 parent 0497489 commit 157f630
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from setuptools import setup, Extension
from Cython.Build import cythonize


version = "0.1"
Expand All @@ -23,7 +22,7 @@
license="Apache 2.0 License",
url="https://synss.github.io/python-mbedtls",
download_url=download_url,
ext_modules=cythonize(extensions),
ext_modules=extensions,
setup_requires=setup_requires,
classifiers=[
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit 157f630

Please sign in to comment.