Skip to content

Commit 5df26e8

Browse files
committed
Fix r9y9#21: adjust configs for creating tar balls
1 parent 86c8bec commit 5df26e8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

MANIFEST.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
include README.md LICENSE.md
22
recursive-include pyopenjtalk *.cpp *.pxd *.md *.pyx
3-
recursive-include lib *.cpp *.c *.h README LICENSE COPYING
3+
recursive-include lib *.cpp *.c *.h README LICENSE COPYING CMakeLists.txt *.in
4+
exclude lib/open_jtalk/src/mecab/src/config.h

docs/changelog.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ Change log
44
v0.1.4 <2021-xx-xx>
55
-------------------
66

7+
* `#21`_: Don't include mecab/config.h for release tar balls
78
* `#20`_: Raise errors if cmake fails to run
89
* `#19`_: Add tqdm progress bar for dictionary download
9-
10+
1011
v0.1.3 <2021-08-11>
1112
-------------------
1213

@@ -57,3 +58,4 @@ Initial release with OpenJTalk's text processsing functionality
5758
.. _#16: https://github.com/r9y9/pyopenjtalk/pull/16
5859
.. _#19: https://github.com/r9y9/pyopenjtalk/pull/19
5960
.. _#20: https://github.com/r9y9/pyopenjtalk/issues/20
61+
.. _#21: https://github.com/r9y9/pyopenjtalk/issues/21

0 commit comments

Comments
 (0)