A short description of what my-package does.
- Rename
src/mypackage/to your package name - Update
pyproject.toml:name,description,authors, Python classifiers, and--cov=mypackageinaddopts - Update
[tool.coverage.run]sourceinpyproject.toml - Update
docs/conf.py: change thedistribution()call to your package name - Update
docs/api.rst: changeautomodule:: mypackageto your package name - Update
.github/ISSUE_TEMPLATE/bug_report.md: replacemy-package versionwith your package name - Update
CONTRIBUTING.md: replace the clone URL and package name - Update this
README.md: replace all references tomy-package/mypackagewith your package name and remove this checklist - Enable GitHub Pages (Settings → Pages → Deploy from
gh-pagesbranch) - Set up Codecov for your repository
- Configure PyPI trusted publishing if you plan to publish
pip install my-packageOr with uv:
uv pip install my-packageimport mypackage
# Example usage hereFull documentation is available at ml4gw.github.io/my-package.
See CONTRIBUTING.md for development setup and contribution guidelines.