Skip to content

Commit

Permalink
fix: specify install package dir
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyololicon committed Jul 8, 2023
1 parent a7af676 commit 97b5082
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 @@ -18,7 +18,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/yoyololicon/kazane",
packages=setuptools.find_packages(),
packages=["kazane"],
install_requires=['torch'],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 97b5082

Please sign in to comment.