Skip to content

Commit

Permalink
Merge pull request #74 from marcoct/fixsetup
Browse files Browse the repository at this point in the history
Add pyrender.platforms package to setup.py
  • Loading branch information
mmatl committed Oct 7, 2019
2 parents 6ce0200 + ef8dbf9 commit f68a5a2
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 @@ -60,7 +60,7 @@
'Topic :: Scientific/Engineering'
],
keywords = 'rendering graphics opengl 3d visualization pbr gltf',
packages = ['pyrender'],
packages = ['pyrender', 'pyrender.platforms'],
setup_requires = requirements,
install_requires = requirements,
extras_require={
Expand Down

0 comments on commit f68a5a2

Please sign in to comment.