Browse Source

added metadata, changed python version

john melesky 2 years ago
parent
commit
f61c93af52
1 changed files with 6 additions and 2 deletions
  1. 6 2
      pyproject.toml

+ 6 - 2
pyproject.toml

@@ -1,13 +1,17 @@
 [tool.poetry]
 [tool.poetry]
 name = "jm-hypermodern-python"
 name = "jm-hypermodern-python"
 version = "0.1.0"
 version = "0.1.0"
-description = ""
+description = "A hypermodern python project"
 authors = ["john melesky <code@phaedrusdeinus.org>"]
 authors = ["john melesky <code@phaedrusdeinus.org>"]
+license = "MIT"
 readme = "README.md"
 readme = "README.md"
 packages = [{include = "jm_hypermodern_python"}]
 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]
 [tool.poetry.dependencies]
-python = "^3.11"
+python = "^3.10"
 
 
 
 
 [build-system]
 [build-system]