Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
B1ueber2y committed Nov 26, 2024
1 parent 810d79c commit cd3c0b7
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 @@ -91,7 +91,7 @@ def parse_requirements_for_limap(filename):
name="limap",
version="1.0.0",
packages=find_packages("limap"),
package_data = {"limap": ["third-party/JLinkage/lib/libJLinkage.so"]}
package_data={"limap": ["third-party/JLinkage/lib/libJLinkage.so"]},
python_requires=">=3.8, < 3.13",
install_requires=parse_requirements_for_limap("requirements.txt"),
author="Shaohui Liu",
Expand Down

0 comments on commit cd3c0b7

Please sign in to comment.