/
githubmirror
/
python3-libs
Обзор
Документация
Войти
/
githubmirror
/
python3-libs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
pyproject.toml
33 строки
660 B
Björn Lindqvist
Rename and reorganize
13 фев 2026, 18:44
13 фев 2026, 18:44
87c4fb4
Код
Авторство
О чём код?
# Copyright (C) 2026 Björn A. Lindqvist <bjourne@gmail.com> [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "bjourne-py" version = "0.0.1" description = "My Python libraries" authors = [ {name = "Björn A. Lindqvist"} ] classifiers = [ "Programming Language :: Python", "Operating System :: OS Independent" ] readme = "README.md" license = {file = "LICENSE"} [project.urls] homepage = "https://github.com/bjourne/bjourne-py" [project.optional-dependencies] test = [ "numpy", "pytest>=5.0.0" ] [tool.hatch.build.targets.wheel] packages = ["bjourne"] [tool.pylint.format] max-line-length = 80