Fix: Add setuptools package discovery config
The src package was not being installed, causing ModuleNotFoundError when running ghrel command from outside the project directory.
This commit is contained in:
@@ -12,6 +12,9 @@ dependencies = [
|
|||||||
[project.scripts]
|
[project.scripts]
|
||||||
ghrel = "src.cli:main"
|
ghrel = "src.cli:main"
|
||||||
|
|
||||||
|
[tool.setuptools.packages.find]
|
||||||
|
include = ["src*"]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
test = [
|
test = [
|
||||||
"pytest",
|
"pytest",
|
||||||
|
|||||||
Reference in New Issue
Block a user