Skip to content

Commit

Permalink
Added wheel to setup_requires.
Browse files Browse the repository at this point in the history
  • Loading branch information
androst committed Jan 22, 2024
1 parent 3e2eac5 commit acd642e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/pyromocc/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def has_ext_modules(self):
author="Andreas Oestvik",
packages=find_packages(exclude=['examples']),
install_requires=['wheel', 'numpy'],
setup_requires=['wheel'],
extras_require={'examples': ["matplotlib"]},
include_package_data=True,
classifiers=[
Expand Down

0 comments on commit acd642e

Please sign in to comment.