Skip to content

Commit

Permalink
Add python version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbruns committed Aug 20, 2022
1 parent ac4847a commit 61644a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
package_dir={'': 'src'},
packages=['openvr', 'openvr.glframework', 'openvr.error_code'],
package_data={'openvr': ['*.dll', '*.so', '*.dylib']},
python_requires='>=3.7',
keywords='openvr valve htc vive vr virtual reality 3d graphics',
license='BSD',
classifiers="""\
Expand Down

0 comments on commit 61644a4

Please sign in to comment.