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 56c51e1 commit 9088512
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 @@ -14,11 +14,11 @@
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/yoyololicon/spectrogram-inversion",
packages=setuptools.find_packages(),
packages=["torch_specinv"],
install_requires=['torch>=1.6.0', 'tqdm'],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
)
)

0 comments on commit 9088512

Please sign in to comment.