Skip to content

Commit 879ef04

Browse files
committed
Change to toml config file
1 parent e96c89d commit 879ef04

File tree

2 files changed

+29
-22
lines changed

2 files changed

+29
-22
lines changed

pyproject.toml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
[build-system]
2+
requires = [
3+
"hatchling >= 1.26",
4+
"charset-normalizer",
5+
"certifi",
6+
"requests",
7+
"urllib3"
8+
]
9+
build-backend = "hatchling.build"
10+
11+
[project]
12+
name = "quackbox"
13+
version = "0.1.0"
14+
authors = [
15+
{ name="Sean O'Donnell", email="saoski88@gmail.com" },
16+
]
17+
description = "A library for game developers to easily communicate with the QuackBox."
18+
readme = "README.md"
19+
requires-python = ">=3.9"
20+
classifiers = [
21+
"Programming Language :: Python :: 3",
22+
"Operating System :: OS Independent",
23+
]
24+
license = "MIT"
25+
license-files = ["LICEN[CS]E*"]
26+
27+
[project.urls]
28+
Homepage = "https://github.com/rit-coms/Quackbox-Python-API"
29+
Issues = "https://github.com/rit-coms/Quackbox-Python-API/issues"

setup.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)