Skip to content

Commit

Permalink
Update setup.py for Windows install (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-267 authored Apr 25, 2024
1 parent 3a997f7 commit 0104772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
url="https://github.com/huggingface/jat",
download_url="https://github.com/huggingface/jat/tags",
license="Apache 2.0",
package_dir={"": "./"},
packages=find_packages(where="./", include="jat*"),
package_dir={"": "."},
packages=find_packages(where=".", include="jat*"),
install_requires=REQUIRED_PKGS,
extras_require=EXTRAS_REQUIRE,
classifiers=[
Expand Down

0 comments on commit 0104772

Please sign in to comment.