We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46bd1c5 commit a50f6e1Copy full SHA for a50f6e1
pyproject.toml
@@ -33,3 +33,8 @@ addopts = "--import-mode=importlib"
33
requires = ["poetry-core>=1.0.0"]
34
build-backend = "poetry.core.masonry.api"
35
36
+[project]
37
+packages = [
38
+ { include = 'rutificador' },
39
+]
40
+
0 commit comments