File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ include src/primitives.hpp
1010include src/remesh_surface.hpp
1111include src/sizing_field.hpp
1212
13- include test /helpers.py
14- recursive-include test /meshes *
13+ include tests /helpers.py
14+ recursive-include tests /meshes *
Original file line number Diff line number Diff line change 11[metadata]
22name = pygalmesh
3- version = 0.10.0
3+ version = 0.10.1
44author = Nico Schlömer
55author_email = nico.schloemer@gmail.com
66description = Python frontend to CGAL' s mesh generation capabilities
@@ -17,10 +17,10 @@ classifiers =
1717 License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
1818 Operating System :: OS Independent
1919 Programming Language :: Python :: 3
20- Programming Language :: Python :: 3.6
2120 Programming Language :: Python :: 3.7
2221 Programming Language :: Python :: 3.8
2322 Programming Language :: Python :: 3.9
23+ Programming Language :: Python :: 3.10
2424 Topic :: Scientific/Engineering
2525 Topic :: Scientific/Engineering :: Mathematics
2626 Topic :: Scientific/Engineering :: Physics
@@ -39,8 +39,8 @@ install_requires =
3939 importlib_metadata;python_version<"3.8"
4040 meshio >= 4.0.0, < 6.0.0
4141 numpy
42- python_requires = >=3.6
42+ python_requires = >=3.7
4343
4444[options.entry_points]
4545console_scripts =
46- pygalmesh= pygalmesh._cli:cli
46+ pygalmesh = pygalmesh._cli:cli
You can’t perform that action at this time.
0 commit comments