Skip to content

Commit f4e9636

Browse files
committed
Update description
1 parent 9ad2dde commit f4e9636

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "dqn_tutorial"
1010
# version = "0.0.1", version is determined by setuptools_scm
1111
dynamic = ["version"]
1212
authors = [{ name = "Antonin Raffin", email = "antonin.raffin@dlr.de" }]
13-
description = "A small example package"
13+
description = "DQN tutorial for RL summer school"
1414
readme = "README.md"
1515
requires-python = ">=3.10"
1616
classifiers = [
@@ -116,4 +116,5 @@ exclude_lines = [
116116
"pragma: no cover",
117117
"raise NotImplementedError()",
118118
"if typing.TYPE_CHECKING:",
119+
"if TYPE_CHECKING:",
119120
]

0 commit comments

Comments
 (0)