Skip to content

Commit

Permalink
Classifiers in mujoco-py
Browse files Browse the repository at this point in the history
  • Loading branch information
MillionIntegrals committed Aug 12, 2019
1 parent 0a3503d commit 3ac70c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,11 @@ def run(self):
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 comments on commit 3ac70c5

Please sign in to comment.