Skip to content

Commit

Permalink
fix: Update packages in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonKramer committed Oct 10, 2024
1 parent 657db68 commit eb29745
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,18 @@ license = { text = "MIT License" }
"Homepage" = "https://github.com/HarrisonKramer/optiland"

[tool.setuptools]
packages = ["optiland", "database", "optiland.samples"]
packages = [
"optiland",
"database",
"optiland.analysis",
"optiland.geometries",
"optiland.materials",
"optiland.optimization",
"optiland.rays",
"optiland.samples",
"optiland.surfaces",
"optiland.tolerancing"
]

[tool.setuptools.package-data]
"database" = ["*.csv", "*.yml", "**/*.yml"]

0 comments on commit eb29745

Please sign in to comment.