/
dimamir
/
y-sweet
Обзор
Документация
Войти
/
dimamir
/
y-sweet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
python/pyproject.toml
38 строк
834 B
Paul Butler
Migrate Python library to uv (#345)
03 дек 2024, 10:08
Не верифицирован
03 дек 2024, 10:08
4349026
Код
Авторство
О чём код?
[build-system] requires = ["setuptools>=45", "wheel"] build-backend = "setuptools.build_meta" [project] name = "y_sweet_sdk" version = "0.6.3" description = "Python bindings for the Y-Sweet server" readme = "README.md" authors = [{ name = "Paul Butler", email = "paul@jamsocket.com" }] license = { text = "MIT" } classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] dependencies = [ "requests~=2.32.2", "pycrdt~=0.9.11", ] requires-python = ">=3.12" [project.urls] Homepage = "https://github.com/jamsocket/y-sweet" [tool.setuptools] package-dir = { "" = "src" } [tool.pytest.ini_options] addopts = "-ra -q" testpaths = ["tests"] pythonpath = [".", "src"] [dependency-groups] dev = [ "pytest>=8.3.3", "ruff>=0.8.0", ]