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.