Skip to content
Snippets Groups Projects

Add information for the pypi

Merged Chosson Ulysse requested to merge IMPROVE_pyproject_for_pypi into main
1 file
+ 8
1
Compare changes
  • Side-by-side
  • Inline
+ 8
1
[tool.poetry]
name = "py-linq-sql"
version = "1.0.0.1"
description = ""
description = "A Python module used for interacting with sql database using LINQ syntax."
license = "EUPL v1.2"
authors = ["CHOSSON Ulysse <ulysse.chosson@obspm.fr>"]
maintainers = ["CHOSSON Ulysse <ulysse.chosson@obspm.fr>", "MARTIN Pierre-Yves <pierre-yves.martin@obspm.fr>"]
readme = "README.md"
homepage = "py-linq-sql.readthedocs.io"
repository = "https://gitlab.obspm.fr/exoplanet/py-linq-sql"
documentation = "py-linq-sql.readthedocs.io"
keywords = ["linq", "py-linq", "sql", "database", "requests"]
[tool.poetry.dependencies]
python = ">=3.10,<3.11"
Loading