Set up and populate the infrastructure for the package. Required files / directories include but are not limited to - [ ] `README.md` - [ ] `CONTRIBUTING.md` - [ ] `pyproject.toml` (and any `.lock` files) - [ ] Main package directory - [ ] `tests/` - [ ] `examples/` - [ ] `docs/`
Set up and populate the infrastructure for the package. Required files / directories include but are not limited to
README.mdCONTRIBUTING.mdpyproject.toml(and any.lockfiles)tests/examples/docs/