-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #159 from nschloe/fixes
some meta fixes
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = pygalmesh | ||
version = 0.10.0 | ||
version = 0.10.1 | ||
author = Nico Schlömer | ||
author_email = [email protected] | ||
description = Python frontend to CGAL's mesh generation capabilities | ||
|
@@ -17,10 +17,10 @@ classifiers = | |
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) | ||
Operating System :: OS Independent | ||
Programming Language :: Python :: 3 | ||
Programming Language :: Python :: 3.6 | ||
Programming Language :: Python :: 3.7 | ||
Programming Language :: Python :: 3.8 | ||
Programming Language :: Python :: 3.9 | ||
Programming Language :: Python :: 3.10 | ||
Topic :: Scientific/Engineering | ||
Topic :: Scientific/Engineering :: Mathematics | ||
Topic :: Scientific/Engineering :: Physics | ||
|
@@ -39,8 +39,8 @@ install_requires = | |
importlib_metadata;python_version<"3.8" | ||
meshio >= 4.0.0, < 6.0.0 | ||
numpy | ||
python_requires = >=3.6 | ||
python_requires = >=3.7 | ||
[options.entry_points] | ||
console_scripts = | ||
pygalmesh= pygalmesh._cli:cli | ||
pygalmesh = pygalmesh._cli:cli |