summaryrefslogtreecommitdiffstats
path: root/flashcards-project/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'flashcards-project/pyproject.toml')
-rw-r--r--flashcards-project/pyproject.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/flashcards-project/pyproject.toml b/flashcards-project/pyproject.toml
new file mode 100644
index 0000000..06a6931
--- /dev/null
+++ b/flashcards-project/pyproject.toml
@@ -0,0 +1,14 @@
+[build-system]
+requires = ["setuptools"]
+build-backend = "setuptools.build_meta"
+
+[project]
+name = "flashcards"
+authors = [
+ {name = "Eddy Pedroni", email = "epedroni@pm.me"},
+]
+description = "A library for memorising information with flashcards"
+requires-python = ">=3.12"
+dependencies = [
+]
+dynamic = ["version"]