Skip to content

Commit

Permalink
FIX: Fix setuptools warning.
Browse files Browse the repository at this point in the history
I made a mistake with PR r9y9#85.
  • Loading branch information
sabonerune committed Dec 19, 2024
1 parent 3a91d16 commit acfb7c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ include pyopenjtalk/version.py
exclude .gitignore .gitmodules .travis.yml release.sh tox.ini
prune .github/*
prune docs/**
recursive-include lib *.cpp *.c *.h README LICENSE COPYING CMakeLists.txt *.in
recursive-include lib *.cpp *.c *.h README COPYING CMakeLists.txt *.in
exclude lib/open_jtalk/src/mecab/src/config.h
prune lib/open_jtalk/src/build/**
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ dev = [
test = ["pytest", "scipy"]
marine = ["marine>=0.0.5"]

[tool.setuptools.packages]
find.namespaces = false
[tool.setuptools.packages.find]
include = ["pyopenjtalk*"]

[tool.setuptools.exclude-package-data]
"*" = ["*.pyx", "*.pxd"]
Expand Down

0 comments on commit acfb7c0

Please sign in to comment.