Skip to content
Snippets Groups Projects
Commit 3ac70c55 authored by Jerry Tworek's avatar Jerry Tworek
Browse files

Classifiers in mujoco-py

parent 0a3503d7
No related branches found
No related tags found
No related merge requests found
......@@ -43,4 +43,11 @@ setup(
package_data={'mujoco_py': ['generated/*.so']},
install_requires=read_requirements_file('requirements.txt'),
tests_require=read_requirements_file('requirements.dev.txt'),
python_requires='>=3.5',
classifiers=[
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3 :: Only',
],
)
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