[project] name = "my-package" version = "0.1.0" description = "The description of the package" license = { text = "MIT" } readme = "README.md" # No python upper bound for package metadata requires-python = ">=3.9" authors = [ { name = "Sébastien Eustace", email = "sebastien@eustace.io" }, ] # Keywords (translated to tags on the package index) keywords = ["packaging", "poetry"] dependencies = [ #