-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsetup.cfg
36 lines (34 loc) · 1.08 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[metadata]
name = pyopenxr_examples
version = 0.5
author = Christopher M. Bruns and others
author_email = [email protected]
description = Example programs using pyopenxr VR/AR API
url = https://github.com/cmbruns/pyopenxr_examples
project_urls =
Bug Tracker = https://github.com/cmbruns/pyopenxr_examples/issues
classifiers =
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
Topic :: Multimedia :: Graphics :: 3D Rendering
Topic :: Scientific/Engineering :: Visualization
Development Status :: 4 - Beta
[options.entry_points]
console_scripts =
hello_xr = xr_examples:hello_xr:main
[options]
install_requires =
pyopenxr
numpy
PyOpenGL
glfw
package_dir =
=.
packages = xr_examples
; 3.5 does not support f-strings
python_requires = >=3.6