File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Numflow
22
3- C++ based tool for converting vector field data into models for rendering.
3+ Python/ C++ based tool for converting vector field data into models for rendering.
44
55I made a [ blogpost describing the design, there are also some outputs, see more here!] ( https://vojtatom.github.io/numflow.py )
66
Original file line number Diff line number Diff line change 1515import pathlib
1616
1717# The directory containing this file
18- # HERE = pathlib.Path(__file__).parent
18+ HERE = pathlib .Path (__file__ ).parent
1919# The text of the README file
20- # README = (HERE / "README.md").read_text()
20+ README = (HERE / "README.md" ).read_text ()
2121
2222setup (
2323 name = "numflow" ,
2626 author_email = "hello@vojtatom.cz" ,
2727 license = "MIT" ,
2828 description = "Transforming vector fields" ,
29- # long_description=README,
30- # long_description_content_type="text/markdown",
29+ long_description = README ,
30+ long_description_content_type = "text/markdown" ,
3131 packages = find_packages (where = "src" ),
3232 package_dir = {"" : "src" },
3333 cmake_install_dir = "src/numflow" ,
You can’t perform that action at this time.
0 commit comments