Skip to content

Commit

Permalink
Missing info in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Aug 3, 2019
1 parent 30b01c8 commit 977fe0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
author="Einar Forselv",
author_email="[email protected]",
packages=find_namespace_packages(include=['moderngl_window', 'moderngl_window.*']),
include_package_data=True,
keywords=['moderngl', 'window', 'context'],
license='MIT',
platforms=['any'],
Expand All @@ -22,6 +23,9 @@
'Topic :: Multimedia :: Graphics :: 3D Rendering',
'Topic :: Scientific/Engineering :: Visualization',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.5 :: Only',
'Programming Language :: Python :: 3.6 :: Only',
'Programming Language :: Python :: 3.7 :: Only',
],
install_requires=[
'moderngl<6',
Expand Down

0 comments on commit 977fe0a

Please sign in to comment.