File tree 2 files changed +6
-6
lines changed
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
10
10
include src/remesh_surface.hpp
11
11
include src/sizing_field.hpp
12
12
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 1
1
[metadata]
2
2
name = pygalmesh
3
- version = 0.10.0
3
+ version = 0.10.1
4
4
author = Nico Schlömer
5
5
author_email = nico.schloemer@gmail.com
6
6
description = Python frontend to CGAL' s mesh generation capabilities
@@ -17,10 +17,10 @@ classifiers =
17
17
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
18
18
Operating System :: OS Independent
19
19
Programming Language :: Python :: 3
20
- Programming Language :: Python :: 3.6
21
20
Programming Language :: Python :: 3.7
22
21
Programming Language :: Python :: 3.8
23
22
Programming Language :: Python :: 3.9
23
+ Programming Language :: Python :: 3.10
24
24
Topic :: Scientific/Engineering
25
25
Topic :: Scientific/Engineering :: Mathematics
26
26
Topic :: Scientific/Engineering :: Physics
@@ -39,8 +39,8 @@ install_requires =
39
39
importlib_metadata;python_version<"3.8"
40
40
meshio >= 4.0.0, < 6.0.0
41
41
numpy
42
- python_requires = >=3.6
42
+ python_requires = >=3.7
43
43
44
44
[options.entry_points]
45
45
console_scripts =
46
- pygalmesh= pygalmesh._cli:cli
46
+ pygalmesh = pygalmesh._cli:cli
You can’t perform that action at this time.
0 commit comments