Skip to content

Commit

Permalink
Update to pypi version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-gimelfarb committed Nov 3, 2024
1 parent 05ca435 commit da1600c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,17 @@

from setuptools import setup, find_packages

from pathlib import Path
long_description = (Path(__file__).parent / "README.md").read_text()

setup(
name='pyRDDLGym-rl',
version='0.1',
version='0.2',
author="Michael Gimelfarb, Ayal Taitler, Scott Sanner",
author_email="[email protected], [email protected], [email protected]",
description="pyRDDLGym-rl: Wrappers for reinforcement learning algorithms (i.e. stable baselines 3) to work with pyRDDLGym.",
long_description=long_description,
long_description_content_type='text/markdown',
license="MIT License",
url="https://github.com/pyrddlgym-project/pyRDDLGym-rl",
packages=find_packages(),
Expand All @@ -31,7 +35,7 @@
package_data={'': ['*.cfg']},
include_package_data=True,
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
Expand Down

0 comments on commit da1600c

Please sign in to comment.