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 4107604 commit fdf6a7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -13,12 +13,12 @@
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/yoyololicon/pytorch-NMFs",
packages=setuptools.find_packages(),
packages=["torchnmf"],
install_requires=['torch>=1.4',
'tqdm'],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
)
)

0 comments on commit fdf6a7c

Please sign in to comment.