Skip to content

Commit df23a53

Browse files
authored
Merge pull request #159 from nschloe/fixes
some meta fixes
2 parents bf55be1 + 181e2cb commit df23a53

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

MANIFEST.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ include src/primitives.hpp
1010
include src/remesh_surface.hpp
1111
include 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 *

setup.cfg

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pygalmesh
3-
version = 0.10.0
3+
version = 0.10.1
44
author = Nico Schlömer
55
author_email = nico.schloemer@gmail.com
66
description = 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]
4545
console_scripts =
46-
pygalmesh= pygalmesh._cli:cli
46+
pygalmesh = pygalmesh._cli:cli

0 commit comments

Comments
 (0)