diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2024-10-14 02:34:11 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2024-10-14 02:34:11 +0200 |
commit | 32863e21fa16e949fc20c4588e84b90916265367 (patch) | |
tree | 7f8890e737636f292f4a32fa4316d889734964e0 /pyproject.toml | |
parent | 24c55cae5bef64a98cc30917d548d2ee703d876d (diff) | |
download | meteo_toolbox-32863e21fa16e949fc20c4588e84b90916265367.tar.gz |
structure cleanup
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" |