Metadata-Version: 2.1
Name: GymBullet-DiffBotEnv
Version: 0.1.4
Summary: A OpenAI Gym Environment for Pybullet DiffBot Package
Home-page: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: gym
Requires-Dist: numpy
Requires-Dist: pybullet

<----Publish the new environment for Gym---->
=============================================
* Make source and build distributions:
$ python3 setup.py sdist bdist_wheel
* Upload the package to PyPI:
$ twine upload dist/*

