Minor changes to pyproject.toml

This commit is contained in:
Dominik Moritz Roth 2023-10-12 17:11:19 +02:00
parent 6fea48f6c1
commit ebb0e00675

View File

@ -1,6 +1,6 @@
[project] [project]
name = "fancy_gym" name = "fancy_gym"
version = "1.0.3" version = "1.0.4"
description = "Fancy Gym: Unifying interface for various RL benchmarks with support for Black Box approaches." description = "Fancy Gym: Unifying interface for various RL benchmarks with support for Black Box approaches."
readme = "README.md" readme = "README.md"
authors = [ authors = [
@ -9,7 +9,7 @@ authors = [
{name = "Dominik Roth", email = "fancy_gym@dominik-roth.eu"}, {name = "Dominik Roth", email = "fancy_gym@dominik-roth.eu"},
{name = "Hongyi Zhou", email = "hongyi.zhou@kit.edu"} {name = "Hongyi Zhou", email = "hongyi.zhou@kit.edu"}
] ]
license = { file = "LICENSE" } license = { text = "MIT License" }
classifiers = [ classifiers = [
"Development Status :: 4 - Beta", "Development Status :: 4 - Beta",
"Intended Audience :: Science/Research", "Intended Audience :: Science/Research",
@ -35,7 +35,9 @@ requires-python = ">=3.7"
[project.urls] [project.urls]
"Homepage" = "https://github.com/ALRhub/fancy_gym/" "Homepage" = "https://github.com/ALRhub/fancy_gym/"
#"Documentation" = "https://github.com/ALRhub/fancy_gym/"
"Bug Tracker" = "https://github.com/ALRhub/fancy_gym/issues" "Bug Tracker" = "https://github.com/ALRhub/fancy_gym/issues"
#"Repository" = "https://github.com/ALRhub/fancy_gym/"
[build-system] [build-system]
requires = ["setuptools>=61.0.0", "wheel"] requires = ["setuptools>=61.0.0", "wheel"]