diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 53cd3e7..3dbfe5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ dependencies = [ ] description = "declarative weather chart plotter" readme = "Readme.md" +license = {"file" = "LICENSE"} [project.scripts] metchart = "metchart.run:main" |