chore: add pypi publish workflow and uv-first install docs
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user