@@ -4,15 +4,15 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " etpclient"
7- version = " 0.0.1 "
8- description = " "
7+ version = " 0.0.0 " # Set at build time
8+ description = " ETP client "
99authors = [" Valentin Gauthier <valentin.gauthier@geosiris.com>" ]
1010maintainers = [
1111 " Valentin Gauthier <valentin.gauthier@geosiris.com>"
1212]
1313license = " Apache-2.0"
1414readme = " README.md"
15- homepage = " www.geosiris.com"
15+ homepage = " http:// www.geosiris.com"
1616repository = " https://github.com/geosiris-technologies/etpclient-python"
1717packages = [
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