chore: add pypi publish workflow and uv-first install docs

This commit is contained in:
jackwener
2026-03-05 16:16:00 +08:00
parent 6f322ff2d6
commit 1ca62d4635
3 changed files with 56 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "twitter-cli"
version = "0.1.0"
description = "A CLI for Twitter/X — feed, bookmarks, tweet, filtering"
description = "A CLI for Twitter/X — feed, bookmarks, and user timeline in terminal"
readme = "README.md"
license = "Apache-2.0"
requires-python = ">=3.8"
@@ -52,3 +52,6 @@ python_files = ["test_*.py"]
[tool.ruff]
line-length = 100
[tool.hatch.build.targets.wheel]
packages = ["twitter_cli"]