aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2024-10-25 18:07:43 +0200
committerKaran Jayachandra <mail@karanjayachandra.com>2024-10-25 18:07:43 +0200
commit70b7b2d950b62939034eaa34c605beb8159edd51 (patch)
tree83dd7d5ee51dfe7a27f6507cf2275f71ae93b137 /pyproject.toml
parent60a489cfb3fb7a12a06212c2c7ed3c05cd0757b5 (diff)
Added a basic pyproject
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..cae5554
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,18 @@
+[project]
+name = "match_up"
+version = "0.1"
+authors = [
+ { name="Karan Jayachandra", email="mail@karanjayachandra.com" },
+]
+description = "A small web application for matchmaking"
+readme = "README.md"
+requires-python = ">=3.10"
+classifiers = [
+ "Programming Language :: Python :: 3",
+ "License :: OSI Approved :: MIT License",
+ "Operating System :: OS Independent",
+]
+
+[project.urls]
+Homepage = "https://gitlab.com/KaranJayachandra/match_up"
+Issues = "https://gitlab.com/KaranJayachandra/match_up/-/issues" \ No newline at end of file