Update project repository URL and simplify installation instructions in README.md

- Added a repository URL section in `pyproject.toml` to link to the GitHub repository.
- Updated installation instructions in `README.md` to reflect the change from Gitea to GitHub as the source for package installation, removing references to the private Gitea Package Registry.
This commit is contained in:
IluaAir
2026-05-29 15:53:24 +03:00
parent 2a03240414
commit 494cc9b08b
2 changed files with 10 additions and 39 deletions

View File

@@ -20,6 +20,9 @@ dependencies = [
"ttp>=0.10.0",
]
[project.urls]
Repository = "https://github.com/sttarsky/oxipy"
[tool.setuptools.packages.find]
where = ["."]
include = ["oxi*"]