Skip to content

Commit

Permalink
Specify supported python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn-spire committed Nov 28, 2018
1 parent fb9f459 commit 35d4feb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,11 @@
author_email="jesse@spire.com",
url="https://github.com/nsat/pypredict",
py_modules=['predict'],
ext_modules=[Extension('cpredict', ['predict.c'])]
ext_modules=[Extension('cpredict', ['predict.c'])],
classifiers=[
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
)

0 comments on commit 35d4feb

Please sign in to comment.