1010 exec (handle .read (), about )
1111
1212
13- class get_pybind_include ( object ) :
13+ class get_pybind_include :
1414 """Helper class to determine the pybind11 include path. The purpose of this class is
1515 to postpone importing pybind11 until it is actually installed, so that the
1616 ``get_include()`` method can be invoked.
@@ -63,7 +63,7 @@ def read(fname):
6363 author = about ["__author__" ],
6464 author_email = about ["__author_email__" ],
6565 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" ],
6767 python_requires = ">=3" ,
6868 description = "Python frontend to CGAL's 3D mesh generation capabilities" ,
6969 long_description = read ("README.md" ),
@@ -73,8 +73,10 @@ def read(fname):
7373 about ["__status__" ],
7474 about ["__license__" ],
7575 "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" ,
7880 "Topic :: Scientific/Engineering" ,
7981 "Topic :: Scientific/Engineering :: Mathematics" ,
8082 "Topic :: Scientific/Engineering :: Physics" ,
0 commit comments