Skip to content
Snippets Groups Projects

Add recipes and subfolders to pyproject

Merged Ponsuganth Ilangovan Ponkumar Ilango requested to merge ponsuganth/fix-installer into main
1 file
+ 9
1
Compare changes
  • Side-by-side
  • Inline
+ 9
1
@@ -14,7 +14,15 @@ dependencies = [
@@ -14,7 +14,15 @@ dependencies = [
]
]
[tool.setuptools]
[tool.setuptools]
packages = ["hog", "hog.operator_generation", "hog.quadrature"]
packages = [
 
"hog",
 
"hog.operator_generation",
 
"hog.quadrature",
 
"hog.recipes",
 
"hog.recipes.integrands",
 
"hog.recipes.integrands.boundary",
 
"hog.recipes.integrands.volume"
 
]
[tool.mypy]
[tool.mypy]
pretty = true
pretty = true
Loading