Skip to content

Commit

Permalink
Merge pull request #69 from nschloe/manifest-fix
Browse files Browse the repository at this point in the history
Manifest fix
  • Loading branch information
nschloe authored Mar 22, 2020
2 parents 62d8c28 + 91b113c commit 20c61f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
include src/domain.hpp
include src/generate.hpp
include src/generate_from_inr.hpp
include src/generate_from_off.hpp
include src/generate_periodic.hpp
include src/generate.hpp
include src/generate_surface_mesh.hpp
include src/polygon2d.hpp
include src/primitives.hpp
include src/remesh_surface.hpp
include src/sizing_field.hpp
include src/version.hpp

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

[![CircleCI](https://img.shields.io/circleci/project/github/nschloe/pygalmesh/master.svg?style=flat-square)](https://circleci.com/gh/nschloe/pygalmesh/tree/master)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square)](https://github.com/psf/black)
[![PyPi Version](https://img.shields.io/pypi/v/pygalmesh.svg?style=flat-square)](https://pypi.org/project/pygalmesh)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/pygalmesh.svg?style=flat-square)](https://pypi.org/pypi/pygalmesh/)
[![PyPi Version](https://img.shields.io/pypi/v/pygalmesh.svg?style=flat-square)](https://pypi.org/project/pygalmesh)
[![Debian CI](https://badges.debian.net/badges/debian/testing/python3-pygalmesh/version.svg?style=flat-square)](https://tracker.debian.org/pkg/python3-pygalmesh)
[![GitHub stars](https://img.shields.io/github/stars/nschloe/pygalmesh.svg?style=flat-square&label=Stars&logo=github)](https://github.com/nschloe/pygalmesh)
[![PyPi downloads](https://img.shields.io/pypi/dm/pygalmesh.svg?style=flat-square)](https://pypistats.org/packages/pygalmesh)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pygalmesh
version = 0.6.0
version = 0.6.1
url = https://github.com/nschloe/pygalmesh
author = Nico Schlömer
email = [email protected]
Expand Down

0 comments on commit 20c61f5

Please sign in to comment.