From ef332fa50d635e28a1fdee227fe91b5fdb05877d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20Gallou=C3=A9dec?= <45557362+qgallouedec@users.noreply.github.com> Date: Wed, 12 Oct 2022 20:09:44 +0200 Subject: [PATCH] Update setup.cfg (#1113) --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index eac74ea..eb3b04c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,9 @@ [metadata] # This includes the license file in the wheel. license_files = LICENSE +project_urls = + Code = https://github.com/DLR-RM/stable-baselines3 + Documentation = https://stable-baselines3.readthedocs.io/ [tool:pytest] # Deterministic ordering for tests; useful for pytest-xdist.