Skip to content

Commit

Permalink
Merge pull request #159 from nschloe/fixes
Browse files Browse the repository at this point in the history
some meta fixes
  • Loading branch information
nschloe authored Oct 3, 2021
2 parents bf55be1 + 181e2cb commit df23a53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ include src/primitives.hpp
include src/remesh_surface.hpp
include src/sizing_field.hpp

include test/helpers.py
recursive-include test/meshes *
include tests/helpers.py
recursive-include tests/meshes *
8 changes: 4 additions & 4 deletions setup.cfg
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 = nico.schloemer@gmail.com
description = Python frontend to CGAL's mesh generation capabilities
Expand All @@ -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
Expand All @@ -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

0 comments on commit df23a53

Please sign in to comment.