Explorar el Código

added metadata, changed python version

john melesky hace 2 años
padre
commit
f61c93af52
Se han modificado 1 ficheros con 6 adiciones y 2 borrados
  1. 6 2
      pyproject.toml

+ 6 - 2
pyproject.toml

@@ -1,13 +1,17 @@
 [tool.poetry]
 name = "jm-hypermodern-python"
 version = "0.1.0"
-description = ""
+description = "A hypermodern python project"
 authors = ["john melesky <code@phaedrusdeinus.org>"]
+license = "MIT"
 readme = "README.md"
 packages = [{include = "jm_hypermodern_python"}]
+homepage = "https://code.phaedrusdeinus.org/jmelesky/jm-hypermodern-python"
+repository = "https://code.phaedrusdeinus.org/jmelesky/jm-hypermodern-python"
+keywords = ["hypermodern"]
 
 [tool.poetry.dependencies]
-python = "^3.11"
+python = "^3.10"
 
 
 [build-system]