docs: realistic install instructions, source URL, dev section

- README install section now reflects reality (git URL, not PyPI)
- Add a Source link at the top and a Development section at the bottom
- Update Running-the-bundled-example to clone-then-uv-sync flow since
  examples/ is sdist-only
- pyproject.toml: replace github.com/your-org placeholder with the
  actual git.vercanti.com URL

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-12 00:38:57 +08:00
parent 65ef838bd7
commit eb05a109e7
2 changed files with 38 additions and 5 deletions

View File

@@ -31,7 +31,8 @@ demo = ["cloakbrowser>=0.3.27"]
dev = ["pytest>=7.0"]
[project.urls]
Homepage = "https://github.com/your-org/human_mouse"
Homepage = "https://git.vercanti.com/yellowdog/human_mouse"
Source = "https://git.vercanti.com/yellowdog/human_mouse"
"SapiMouse dataset" = "https://www.ms.sapientia.ro/~manyi/sapimouse/sapimouse.html"
[tool.hatch.build.targets.wheel]