-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
33 lines (31 loc) · 1.03 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
[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "ezneis"
version = "0.1.1a0"
authors = [
{ name="DuelitDev", email="[email protected]" },
]
description = "ezneis: 나이스 API 파싱 라이브러리"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"requests ~= 2.32.3",
"aiohttp ~= 3.10.10",
]
keywords = [ "나이스", "neis", "api", "neis-api", "parse", "asyncio" ]
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"License :: OSI Approved :: MIT License",
]
[project.urls]
Homepage = "https://github.com/DuelitDev/ezneis"
Download = "https://github.com/DuelitDev/ezneis/tarball/master"
Changelog = "https://github.com/DuelitDev/ezneis/releases"
Documentation = "https://github.com/DuelitDev/ezneis/wiki"
Issues = "https://github.com/DuelitDev/ezneis/issues"