slck/pyproject.toml
Marc Cataford eacc51aa62
build: replace poetry by pip-sync (#6)
build: pytest call

build: set up venv

test: snapshot update, formatting

chore: author info formatting

chore: author info formatting

build: includes

ci: release update

docs: set_version
2022-10-29 23:22:38 -04:00

16 lines
460 B
TOML

[project]
name = "slack-status-cli"
version = "0.1.0"
description = "Tooling to set your Slack status on the fly without having to click around"
requires-python = ">=3.7"
readme = "README.md"
[[project.authors]]
name = "Marc Cataford"
email = "mcat@riseup.net"
[project.urls]
Homepage = "https://github.com/mcataford/slack-status-cli"
"Bug Tracker" = "https://github.com/mcataford/slack-status-cli/issues"
[tool.setuptools]
packages = [ "slack_status_cli",]