We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad2dde commit f4e9636Copy full SHA for f4e9636
1 file changed
pyproject.toml
@@ -10,7 +10,7 @@ name = "dqn_tutorial"
10
# version = "0.0.1", version is determined by setuptools_scm
11
dynamic = ["version"]
12
authors = [{ name = "Antonin Raffin", email = "antonin.raffin@dlr.de" }]
13
-description = "A small example package"
+description = "DQN tutorial for RL summer school"
14
readme = "README.md"
15
requires-python = ">=3.10"
16
classifiers = [
@@ -116,4 +116,5 @@ exclude_lines = [
116
"pragma: no cover",
117
"raise NotImplementedError()",
118
"if typing.TYPE_CHECKING:",
119
+ "if TYPE_CHECKING:",
120
]
0 commit comments