Skip to content

Commit 205cf10

Browse files
ci (#23)
1 parent 703663f commit 205cf10

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "etpclient"
7-
version = "0.0.1"
8-
description = ""
7+
version = "0.0.0" # Set at build time
8+
description = "ETP client"
99
authors = ["Valentin Gauthier <valentin.gauthier@geosiris.com>"]
1010
maintainers = [
1111
"Valentin Gauthier <valentin.gauthier@geosiris.com>"
1212
]
1313
license = "Apache-2.0"
1414
readme = "README.md"
15-
homepage = "www.geosiris.com"
15+
homepage = "http://www.geosiris.com"
1616
repository = "https://github.com/geosiris-technologies/etpclient-python"
1717
packages = [
1818
{ include = 'etpclient', from = '.' }
@@ -26,9 +26,10 @@ classifiers = [
2626
"License :: OSI Approved :: Apache Software License",
2727
"Operating System :: OS Independent",
2828
"Programming Language :: Python :: 3",
29-
"Programming Language :: Python :: 3.10",
3029
"Programming Language :: Python :: 3.8",
3130
"Programming Language :: Python :: 3.9",
31+
"Programming Language :: Python :: 3.10",
32+
"Programming Language :: Python :: 3.11",
3233
"Programming Language :: Python",
3334
"Topic :: Internet :: WWW/HTTP",
3435
"Topic :: Internet",

0 commit comments

Comments
 (0)