7 lines
104 B
TOML
7 lines
104 B
TOML
[project]
|
|
name = "weather-note"
|
|
version = "1.0.0"
|
|
|
|
[project.scripts]
|
|
weather-note = "weather_note:main"
|