blob: cae5554995f422f81f4e87b1928fa9464fc8a3d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"
|