/
githubmirror
/
libeconf
Обзор
Документация
Войти
/
githubmirror
/
libeconf
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.6.0
bindings/python3/pyproject.toml
22 строки
421 B
Stefan Schubert
VERSION 0.5.3
03 ноя 2023, 19:34
03 ноя 2023, 19:34
0987a5c
Код
Авторство
О чём код?
[build-system] requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" [project] name = "python-libeconf" version = "1.1.1" description = "Python bindings for libeconf" authors = [{name="nkrapp", email="nico.krapp@suse.com"}] readme = "README.md" [project.optional-dependencies] doc_requires = [ "sphinx", "sphinx-rtd-theme" ] test_requires = [ "pytest" ] [tool.isort] profile = "black"