You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
704: Fix package build r=alallema a=sanders41
# Pull Request
Reading through the Python [docs](https://packaging.python.org/en/latest/tutorials/packaging-projects/) on packaging and setuptools [docs](https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html) I think I have pieced together everything need to make this work with `pyproject.toml` now. Running `python -m build` locally includes all the expected files and runs without error.
## Related issue
Fixes#636
## What does this PR do?
- Removes the `setup.py` file
- Updates the `pyproject.toml` file to include everything needed for build
- Switch from `setup.py` to `build`
## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?
Thank you so much for contributing to Meilisearch!
Co-authored-by: Paul Sanders <[email protected]>
0 commit comments