add stopwatch command

This commit is contained in:
Waylon Walker 2023-01-24 08:36:17 -06:00
parent d6a7eec735
commit 8b7e27d5c6
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -28,6 +28,7 @@ dynamic = ["version"]
[project.scripts] [project.scripts]
tutorial = 'textual_tutorial.tui:tui' tutorial = 'textual_tutorial.tui:tui'
stopwatch = 'textual_tutorial.tui:tui'
[project.urls] [project.urls]
Documentation = "https://github.com/unknown/textual-tutorial#readme" Documentation = "https://github.com/unknown/textual-tutorial#readme"