Skip to content

Commit

Permalink
[pyassimp] Added missing requirement on numpy to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
severin-lemaignan committed Dec 16, 2016
1 parent 3a43e00 commit 72371d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion port/PyAssimp/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
url='https://github.com/assimp/assimp',
packages=['pyassimp'],
data_files=[('share/pyassimp', ['README.md']),
('share/examples/pyassimp', ['scripts/' + f for f in os.listdir('scripts/')])]
('share/examples/pyassimp', ['scripts/' + f for f in os.listdir('scripts/')])], requires=['numpy']
)

0 comments on commit 72371d2

Please sign in to comment.