forked from oliveoil222/CS386-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
35 lines (32 loc) · 1.2 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["CS386-Project"]
[project]
name = "super_simple_ticketing_system_oliveoil222"
version = "v1.0.0"
authors = [
{ name="Olivia Vester", email="[email protected]" },
{ name="Hannah Penado", email="[email protected]" },
{ name="Charles Descamps", email="[email protected]" },
{ name="Dallon Jarman", email="[email protected]" },
{ name="Sam Cain", email="[email protected]" },
{ name="Jared Kagie", email="[email protected]" }
]
description = "Super Simple Ticketing System[SSTS]"
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: The Unlicense (Unlicense)",
"Operating System :: POSIX :: Linux",
"Development Status :: 2 - Pre-Alpha",
"Framework :: Flask",
"Topic :: Internet :: WWW/HTTP :: WSGI",
"Topic :: Office/Business",
"Private :: Do Not Upload"
]
[project.urls]
Homepage = "https://github.com/oliveoil222/CS386-Project"
Issues = "https://github.com/oliveoil222/CS386-Project/issues"