summaryrefslogtreecommitdiffstats
path: root/flashcards-project/pyproject.toml
blob: 06a6931a166aac0f3d3ce68ffc1aa39f869ec3df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"]