Skip to content

Commit

Permalink
add files to wheel and update rules
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfort committed Jul 27, 2023
1 parent 222f04f commit 69fa335
Show file tree
Hide file tree
Showing 13 changed files with 4,288 additions and 715 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ readme = "README.md"
requires-python = ">=3.6"
license = {file = "LICENSE"}
dependencies = [
"siliconcompiler>0.12.0",
"siliconcompiler>=0.13.0",
"GitPython>=3.1.0"
]
dynamic = ["version"]
Expand All @@ -28,3 +28,6 @@ dev = [

[tool.setuptools]
py-modules = ["scgallery"]

[tool.poetry]
include = ["scgallery/designs/*", "scgallery/libraries/*"]
Loading

0 comments on commit 69fa335

Please sign in to comment.