Standardize docs Makefile and add documentation URL
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "retro-gamer"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = "A toolkit for learning reinforcement learning by training agents to play retro games"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
@@ -16,6 +16,9 @@ dependencies = [
|
||||
"seaborn>=0.13",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
documentation = "https://docs.makingwithcode.org/retro-gamer"
|
||||
|
||||
[project.scripts]
|
||||
retro-gamer = "retro_gamer.cli:cli"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user