File tree Expand file tree Collapse file tree 2 files changed +29
-22
lines changed
Expand file tree Collapse file tree 2 files changed +29
-22
lines changed Original file line number Diff line number Diff line change 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"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments