Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add pyproject.toml #1054

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

roipoussiere
Copy link

@roipoussiere roipoussiere commented Apr 16, 2022

This pyproject.toml* is used to build the new cadquery2 package, using the ocp-vtk python package (which is based on #1048), which solves #153. I used poetry to build the wheel and publish it to PyPI.

One can install cadquery locally (in a virtual environment) with:

git clone https://github.com/CadQuery/cadquery.git
cd cadquery
python -m venv .venv
source .venv/bin/activate
pip install .

You may not want to merge it for now, but I wanted to share this pyproject.toml in some way and I was curious about the CI result.

*The specified file format of PEP 518 which contains the build system requirements of Python projects.

edit: ok the CI definitely needs the setup.py let's juts add the pyproject.toml.

@roipoussiere roipoussiere changed the title Replace setup.py by pyproject.toml add pyproject.toml Apr 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant