Skip to content
Snippets Groups Projects
Commit e9f47094 authored by Thibault Debatty's avatar Thibault Debatty
Browse files

renamed to simpletcpclient (python does not like modules with -)

parent ba00588d
No related branches found
No related tags found
No related merge requests found
Pipeline #10498 failed
......@@ -3,12 +3,12 @@ requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "simple-tcp-client"
name = "simpletcpclient"
version = "$CI_COMMIT_TAG"
authors = [
{ name="Thibault Debatty", email="t.debatty@cylab.be" },
]
description = "Simple commnad line TCP client"
description = "Simple command line TCP client"
readme = "README.md"
requires-python = ">=3.7"
dependencies = [
......@@ -22,8 +22,8 @@ classifiers = [
]
[project.urls]
"Homepage" = "https://gitlab.cylab.be/cylab/simple-tcp-client"
"Bug Tracker" = "https://gitlab.cylab.be/cylab/simple-tcp-client/-/issues"
"Homepage" = "https://gitlab.cylab.be/cylab/simpletcpclient"
"Bug Tracker" = "https://gitlab.cylab.be/cylab/simpletcpclient/-/issues"
[project.scripts]
"simple-tcp-client" = "simple-tcp-client.__main__:main"
simpletcpclient = "simpletcpclient.__main__:main"
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment