Skip to content

Conversation

njourdane
Copy link

@njourdane njourdane 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.

@njourdane njourdane 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.

1 participant