mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-31 05:44:31 +00:00
Update version metadata (#1451)
* Add python_requires to help pip * Add Trove classifiers to clarify support on PyPI
This commit is contained in:
9
setup.py
9
setup.py
@@ -45,4 +45,13 @@ setup(name='gym',
|
||||
'envs/robotics/assets/textures/*.png']
|
||||
},
|
||||
tests_require=['pytest', 'mock'],
|
||||
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
|
||||
classifiers=[
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
],
|
||||
)
|
||||
|
Reference in New Issue
Block a user