Merge pull request #107 from maxmunzel/patch-1
Add toml to build requirements
This commit is contained in:
commit
da1bced018
@ -41,7 +41,7 @@ requires-python = ">=3.7"
|
|||||||
#"Repository" = "https://github.com/ALRhub/fancy_gym/"
|
#"Repository" = "https://github.com/ALRhub/fancy_gym/"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools>=61.0.0", "wheel"]
|
requires = ["setuptools>=61.0.0", "wheel", "toml"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
Loading…
Reference in New Issue
Block a user