Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Update pybind11 version to v2.8.1 release #362

Merged
merged 13 commits into from
Dec 15, 2021
9 changes: 9 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,12 @@ recursive-include binds/python/pybind11/include *
recursive-include binds/python/pybind11/tools *.cmake
include binds/python/pybind11/CMakeLists.txt
include binds/python/pybind11/LICENSE

# setuptools_scm forces all SCM files to be packaged into sdist
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gorgeous! ~1/10th the size:

-rw-r--r--  1  4535022 Dec 15 08:54 MorphIO-3.3.3.dev15+g16a7222.d20211215.tar.gz
-rw-r--r--  1   478010 Dec 15 08:55 MorphIO-3.3.3.dev17+gd64ba5a.d20211215.tar.gz

# we need to manually exclude them to prevent their inclusion
# see https://github.com/pypa/setuptools_scm/issues/190
prune ci
prune doc
prune tests
prune scripts
prune examples