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]
|
||||
ghrel = "src.cli:main"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["src*"]
|
||||
|
||||
[project.optional-dependencies]
|
||||
test = [
|
||||
"pytest",
|
||||
|
||||
Reference in New Issue
Block a user