Rename project
This commit is contained in:
parent
49da8a2602
commit
e780024140
8 changed files with 24 additions and 20 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "ip-listener"
|
||||
version = "0.1.0"
|
||||
name = "transip_client"
|
||||
version = "0.2.0"
|
||||
description = "Listens for changes about the current public IP and acts upon it."
|
||||
authors = ["sonny <sonnyba871@gmail.com>"]
|
||||
license = "GPL-3.0"
|
||||
|
|
@ -22,7 +22,7 @@ autoflake = "^1.4"
|
|||
coverage = "^5.3.1"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
listen = "ip_listener.cli:run"
|
||||
listen = "transip_client.cli:run"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue