Files
octosuite/pyproject.toml
Ritchie Mwewa fb3f1a39af 5.0 beta
2026-01-23 23:16:48 +02:00

41 lines
960 B
TOML

[project]
name = "octosuite"
version = "5.0.0"
description = "Terminal-based toolkit for GitHub data analysis."
readme = "README.md"
license = "MIT"
authors = [
{ name = "Ritchie Mwewa", email = "hi@rly0nheart.com" }
]
requires-python = ">=3.13"
dependencies = [
"rich>=14.2.0",
"questionary>=2.1.1",
"pyfiglet>=1.0.4",
"update-checker>=0.18.0",
"black>=25.12.0",
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3",
"Intended Audience :: End Users/Desktop",
"Operating System :: OS Independent",
"Natural Language :: English"
]
[project.urls]
homepage = "https://bellingcat.com"
issues = "https://github.com/bellingcat/octosuite/issues"
repository = "https://github.com/bellingcat/octosuite"
[project.optional-dependencies]
dev = [
"black>=26.1.0",
]
[project.scripts]
ocs = "octosuite._app:start"
octosuite = "octosuite.app:start"
[tool.uv]
package = true