mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-29 09:21:58 +00:00
feat: add download/clone tracking and PyPI publishing
- Add shields.io badges to docs front page (desktop downloads, PyPI installs, git clones, GitHub stars) - Add daily GitHub Action to accumulate git clone traffic data - Add PyPI publish workflow triggered on tags and releases - Add PyPI metadata (license, authors, classifiers, URLs) to pyproject.toml Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
3c34ad47ab
commit
84582ff64f
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"label": "Git Clones",
|
||||
"message": "0",
|
||||
"color": "green",
|
||||
"namedLogo": "git"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"total_clones": 0,
|
||||
"last_updated": "",
|
||||
"daily": {}
|
||||
}
|
||||
Reference in New Issue
Block a user