|
@@ -0,0 +1,15 @@
|
|
|
+[tool.poetry]
|
|
|
+name = "jm-hypermodern-python"
|
|
|
+version = "0.1.0"
|
|
|
+description = ""
|
|
|
+authors = ["john melesky <code@phaedrusdeinus.org>"]
|
|
|
+readme = "README.md"
|
|
|
+packages = [{include = "jm_hypermodern_python"}]
|
|
|
+
|
|
|
+[tool.poetry.dependencies]
|
|
|
+python = "^3.11"
|
|
|
+
|
|
|
+
|
|
|
+[build-system]
|
|
|
+requires = ["poetry-core"]
|
|
|
+build-backend = "poetry.core.masonry.api"
|