diff --git a/pyproject.toml b/pyproject.toml index 4b4639f..6141061 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [project] name = "ocpsvg" -readme = "readme.md" -version = "0.1.0" +readme = "readme-pypi.md" +version = "0.1.1" requires-python = ">=3.9" dependencies = [ "cadquery-ocp >= 7.7.0", @@ -13,7 +13,6 @@ dependencies = [ [project.optional-dependencies] dev = [ - "OCP-stubs @ git+https://github.com/CadQuery/OCP-stubs@7.7.0", "pytest", ] diff --git a/readme-pypi.md b/readme-pypi.md new file mode 100644 index 0000000..cd55cc8 --- /dev/null +++ b/readme-pypi.md @@ -0,0 +1,6 @@ +# OCPSVG + +- works at the [`OCP`](https://github.com/CadQuery/OCP) level +- uses [`svgpathtools`](https://github.com/mathandy/svgpathtools) to convert SVG path strings to and from `TopoDS_Edge`, `TopoDS_Wire`, and `TopoDS_Face` objects +- uses [`svgelements`](https://github.com/meerk40t/svgelements) to import `TopoDS_Wire` and `TopoDS_Face` objects from an SVG document +- can be used to add SVG functionality (import and export) to higher level API