Skip to content
Snippets Groups Projects
Commit 7f0064ed authored by René Fritze's avatar René Fritze Committed by Tobias Leibner
Browse files

[py] fix wheel packaging

parent 85a9b285
No related branches found
No related tags found
1 merge request!10Draft: consolidate refactoring work
......@@ -44,6 +44,7 @@ setup(name='dune.gdt',
cmdclass={
'install': InstallPlatlib,
},
distclass=BinaryDistribution,
install_requires=['jinja2', 'where', 'codecov'],
extras_requires={'parallel': ['bokeh', 'pymumps', 'metis']},
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment