mirror of
https://github.com/agentrhq/authsome.git
synced 2026-09-19 01:34:19 +08:00
6ad51760a8
- Set requires-python to >=3.13, target-version to py313, line-length to 120 - Add LICENSE file (MIT) and license-files field - Update author name/email to Manoj Bajaj <manojbajaj95@gmail.com> - Add py.typed marker, ruff config, and coverage config - Fix test_flows.py: use LocalFileCryptoBackend instead of KeyringCryptoBackend - Fix test_registry.py: assert "github" instead of non-existent "anthropic" bundled provider Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 lines
397 B
JSON
15 lines
397 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"release-type": "python",
|
|
"packages": {
|
|
".": {
|
|
"release-type": "python",
|
|
"package-name": "authsome",
|
|
"version-file": "pyproject.toml",
|
|
"changelog-path": "CHANGELOG.md",
|
|
"bump-minor-pre-major": true,
|
|
"bump-patch-for-minor-pre-major": true
|
|
}
|
|
}
|
|
}
|