rename to match PyPI project name

This commit is contained in:
2024-04-27 18:43:08 +01:00
parent 915adcf054
commit 732bee7b4f
11 changed files with 12 additions and 12 deletions

View File

@ -1,12 +1,12 @@
[tool.poetry]
name = "pypilot"
name = "ipilot"
version = "1.3.0"
description = "IP Information Lookup Tool"
authors = ["Luke Tainton <luke@tainton.uk>"]
readme = "README.md"
[tool.poetry.scripts]
app = "pypilot.main:main"
app = "ipilot.main:main"
[tool.poetry.dependencies]
python = "^3.8"