Skip to content

Commit 1dfbdde

Browse files
committed
Python Manifest: add .pc file
add the newly created package config file `.pc` and `config.hpp.in` to source distribution.
1 parent 09d8209 commit 1dfbdde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Features
2222
- CMake:
2323

2424
- build a shared library by default #506
25-
- generate pkg-config ``.pc`` file #532 #535
25+
- generate pkg-config ``.pc`` file #532 #535 #537
2626
- Python:
2727

2828
- manylinux2010 wheels for PyPI #523

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include README.md COPYING COPYING.LESSER
22
include pyproject.toml
33
include requirements.txt
4-
global-include CMakeLists.txt *.cmake *.cmake.in
4+
global-include CMakeLists.txt *.cmake *.in
55
recursive-include include *
66
recursive-include src *
77
recursive-include share *

0 commit comments

Comments
 (0)