2022-10-30 03:22:38 +00:00
|
|
|
[project]
|
2022-03-18 00:36:44 +00:00
|
|
|
name = "slack-status-cli"
|
|
|
|
version = "0.1.0"
|
2022-10-30 03:22:38 +00:00
|
|
|
description = "Tooling to set your Slack status on the fly without having to click around"
|
2024-02-07 04:50:18 +00:00
|
|
|
requires-python = ">=3.8"
|
2022-10-30 03:22:38 +00:00
|
|
|
readme = "README.md"
|
|
|
|
[[project.authors]]
|
|
|
|
name = "Marc Cataford"
|
|
|
|
email = "mcat@riseup.net"
|
2022-03-18 00:36:44 +00:00
|
|
|
|
2022-10-30 03:22:38 +00:00
|
|
|
[project.urls]
|
|
|
|
Homepage = "https://github.com/mcataford/slack-status-cli"
|
|
|
|
"Bug Tracker" = "https://github.com/mcataford/slack-status-cli/issues"
|
2022-03-18 00:36:44 +00:00
|
|
|
|
2022-10-30 03:22:38 +00:00
|
|
|
[tool.setuptools]
|
|
|
|
packages = [ "slack_status_cli",]
|