-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
30 lines (26 loc) · 873 Bytes
/
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
[build-system]
requires = ["hatchling", "hatch-requirements-txt"]
build-backend = "hatchling.build"
[project]
name = "rozklad_ontu_parser_MakisuKurisu"
version = "0.1.1.0"
authors = [
{ name="Pavlo Pohorieltsev", email="667strets@gmail.com" },
]
description = "Package for parsing data from rozklad.ontu.edu.ua"
readme = "readme.md"
requires-python = ">=3.11"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Natural Language :: English",
]
dynamic = ["dependencies"]
[tool.hatch.build.targets.wheel]
packages = ["ontu_parser/"]
[tool.hatch.metadata.hooks.requirements_txt]
files = ["requirements.txt"]
[project.urls]
"Homepage" = "https://github.com/makisukurisu/rozklad-ontu-parser"
"Bug Tracker" = "https://github.com/makisukurisu/rozklad-ontu-parser/issues"