Skip to content

Commit

Permalink
Merge pull request #128 from jackkolb/patch-2
Browse files Browse the repository at this point in the history
Corrected setup.py source folder
  • Loading branch information
kswain98 authored Oct 27, 2024
2 parents 0e6347c + c974fe2 commit 86a55d0
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 @@ -37,8 +37,8 @@
'tqdm==4.31.1',
'urllib3>=1.24.3'
],
package_dir={"": "src"},
packages=setuptools.find_packages(where="src"),
package_dir={"": "."},
packages=setuptools.find_packages(where="."),
python_requires=">=3.10",
)

0 comments on commit 86a55d0

Please sign in to comment.