Skip to content

Commit

Permalink
Merge pull request #1 from jerrylususu/main
Browse files Browse the repository at this point in the history
[bug fix] fix pip build no content
  • Loading branch information
ifsheldon committed Dec 22, 2021
2 parents ddf5918 + 6c36a79 commit a5ae78e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -20,7 +20,7 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
package_dir={"": "stannum"},
packages=setuptools.find_packages(where="stannum"),
package_dir={"": "src"},
packages=setuptools.find_packages(where="src"),
python_requires=">=3.6",
)
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a5ae78e

Please sign in to comment.