Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oberbichler authored Feb 25, 2021
1 parent 32ea637 commit b5f89dc
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
Expand Up @@ -73,7 +73,7 @@ def build_extension(self, ext):
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
],
python_requires='>=3.6'
python_requires='>=3.6',
ext_modules=[CMakeExtension('hyperjet')],
cmdclass=dict(build_ext=CMakeBuild),
install_requires=['msvc-runtime ; platform_system=="Windows"', 'numpy'],
Expand Down

0 comments on commit b5f89dc

Please sign in to comment.