-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (26 loc) · 809 Bytes
/
pyproject.toml
File metadata and controls
29 lines (26 loc) · 809 Bytes
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
[project]
name="pychomikuj"
version="0.5.1"
description="Unofficial Chomikuj.pl API written in Python"
readme="README.md"
license={file="LICENSE.txt"}
classifiers=[
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python",
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: The Unlicense (Unlicense)",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries"
]
dependencies=[
"requests"
]
[tool.setuptools]
py-modules=["pychomikuj"]
[project.urls]
homepage="https://github.com/Oreeeee/pyChomikuj"
repository="https://github.com/Oreeeee/pyChomikuj"