File tree 4 files changed +7
-8
lines changed
4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
include src/domain.hpp
2
+ include src/generate.hpp
3
+ include src/generate_2d.hpp
2
4
include src/generate_from_inr.hpp
3
5
include src/generate_from_off.hpp
4
6
include src/generate_periodic.hpp
5
- include src/generate.hpp
6
- include src/generate_2d.hpp
7
7
include src/generate_surface_mesh.hpp
8
8
include src/polygon2d.hpp
9
9
include src/primitives.hpp
10
10
include src/remesh_surface.hpp
11
11
include src/sizing_field.hpp
12
12
13
- include tests/helpers .py
13
+ include tests/* .py
14
14
recursive-include tests/meshes *
Original file line number Diff line number Diff line change @@ -15,10 +15,8 @@ upload: clean
15
15
publish : tag upload
16
16
17
17
clean :
18
- @ find . | grep -E " (__pycache__|\. pyc|\. pyo$\) " | xargs rm -rf
19
- @ rm -rf build/ *
20
- @ rm -rf pygalmesh.egg-info/
21
- @ rm -rf dist/
18
+ @ find . | grep -E " (__pycache__|\. pyc|\. pyo$)" | xargs rm -rf
19
+ @ rm -rf src/ *.egg-info/ build/ dist/ .tox/ pygalmesh.egg-info//
22
20
23
21
format :
24
22
isort .
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = pygalmesh
3
- version = 0.10.1
3
+ version = 0.10.2
4
4
author = Nico Schlömer
5
5
author_email = nico.schloemer@gmail.com
6
6
description = Python frontend to CGAL' s mesh generation capabilities
Original file line number Diff line number Diff line change 7
7
pytest
8
8
pytest-codeblocks
9
9
pytest-cov
10
+ pytest-randomly
10
11
commands =
11
12
pytest {posargs} --codeblocks
You can’t perform that action at this time.
0 commit comments