Skip to content

Commit

Permalink
Match sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
dqbd committed Mar 2, 2023
1 parent b04f0cf commit bbcb591
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ recursive-include scripts *.py
recursive-include tests *.py
recursive-include core *.rs *.toml
recursive-include python *.rs *.toml
recursive-exclude jni *
recursive-exclude java *
recursive-exclude js *
include tiktoken *.json
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,4 @@ macos.archs = ["x86_64", "arm64"]
test-skip = "*-macosx_arm64"

before-test = "pip install pytest"
test-command = "pytest {project}/tests"

[tool.check-manifest]
ignore = ["js", "jni", "java"]
test-command = "pytest {project}/tests"

0 comments on commit bbcb591

Please sign in to comment.