Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
B1ueber2y committed Nov 26, 2024
1 parent cd3c0b7 commit bd234e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ def parse_requirements_for_limap(filename):
setup(
name="limap",
version="1.0.0",
packages=find_packages("limap"),
package_data={"limap": ["third-party/JLinkage/lib/libJLinkage.so"]},
packages=find_packages(),
python_requires=">=3.8, < 3.13",
install_requires=parse_requirements_for_limap("requirements.txt"),
author="Shaohui Liu",
Expand Down

0 comments on commit bd234e3

Please sign in to comment.