Skip to content

Commit

Permalink
Add missing header to sdist.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgautier committed Dec 14, 2024
1 parent f35d72d commit 884439e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ classifiers = [
'Operating System :: POSIX :: Linux',
'Programming Language :: C++',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Scientific/Engineering',
]
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

xxh_mod = Extension("%s._xxhash" % PACKAGENAME,
sources=["src/_xxhash.c", "src/xxhash.c"],
depends=["src/xxhash.h"],
depends=["src/xxhash.h", "src/xxh3.h"],
include_dirs=["src",],
language="c",
extra_compile_args = extra_compile_args + \
Expand Down

0 comments on commit 884439e

Please sign in to comment.