|
@@ -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]
|