10
10
exec (handle .read (), about )
11
11
12
12
13
- class get_pybind_include ( object ) :
13
+ class get_pybind_include :
14
14
"""Helper class to determine the pybind11 include path. The purpose of this class is
15
15
to postpone importing pybind11 until it is actually installed, so that the
16
16
``get_include()`` method can be invoked.
@@ -63,7 +63,7 @@ def read(fname):
63
63
author = about ["__author__" ],
64
64
author_email = about ["__author_email__" ],
65
65
setup_requires = ["pybind11 >= 2.2" ],
66
- install_requires = ["meshio" , "numpy" , "pybind11 >= 2.2" ],
66
+ install_requires = ["meshio >= 4.0.0, < 5.0.0 " , "numpy" , "pybind11 >= 2.2" ],
67
67
python_requires = ">=3" ,
68
68
description = "Python frontend to CGAL's 3D mesh generation capabilities" ,
69
69
long_description = read ("README.md" ),
@@ -73,8 +73,10 @@ def read(fname):
73
73
about ["__status__" ],
74
74
about ["__license__" ],
75
75
"Operating System :: OS Independent" ,
76
- "Programming Language :: Python" ,
77
- "Programming Language :: Python :: 3" ,
76
+ "Programming Language :: Python :: 3.5" ,
77
+ "Programming Language :: Python :: 3.6" ,
78
+ "Programming Language :: Python :: 3.7" ,
79
+ "Programming Language :: Python :: 3.8" ,
78
80
"Topic :: Scientific/Engineering" ,
79
81
"Topic :: Scientific/Engineering :: Mathematics" ,
80
82
"Topic :: Scientific/Engineering :: Physics" ,
0 commit comments