mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2024-11-15 17:10:46 +00:00
b9db01c8f4
now packaged with poetry. added to pypi. major version bump due to dependency change. interface reworked to match the remote-api interface. readme updated with changes to installation pre-commit hook temporarily removed
23 lines
532 B
TOML
23 lines
532 B
TOML
[tool.poetry]
|
|
name = "vban-cmd"
|
|
version = "1.0.1"
|
|
description = "Python interface for the VBAN RT Packet Service (Sendtext)"
|
|
authors = ["onyx-and-iris <code@onyxandiris.online>"]
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
repository = "https://github.com/onyx-and-iris/vban-cmd-python"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pytest = "^7.1.2"
|
|
pytest-randomly = "^3.12.0"
|
|
black = "^22.3.0"
|
|
isort = "^5.10.1"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|