Skip to content

Commit

Permalink
Exclude scripts package
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Jan 11, 2024
1 parent 719b6e7 commit 42d9d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def find_version(*file_paths):
license="ISC",
long_description=long_description,
long_description_content_type="text/markdown",
packages=find_packages(exclude=["tests"]),
packages=find_packages(exclude=["scripts", "tests"]),
setup_requires=["cffi>=1.0.0"],
tests_require=["pytest"],
cffi_modules=["numpy_minmax/_minmax_cffi.py:ffibuilder"],
Expand Down

0 comments on commit 42d9d3e

Please sign in to comment.