Rename project files and entry point to follow consistent naming conventions.
This commit is contained in:
parent
b99c81ecb0
commit
3d544adb6e
|
|
@ -3,7 +3,7 @@ requires = ["hatchling"]
|
|||
build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "metar navigate"
|
||||
name = "metar-navigate"
|
||||
version = "0.0.1"
|
||||
authors = [
|
||||
{ name="Gustavo Henrique Santos Souza de Miranda", email="gustavohssmiranda@gmail.com" }
|
||||
|
|
@ -25,4 +25,4 @@ Homepage = ""
|
|||
Issues = ""
|
||||
|
||||
[project.scripts]
|
||||
pilgrim = "metarNavigate.command:main"
|
||||
metarNavigate = "metar_navigate.command:main"
|
||||
Loading…
Reference in New Issue