Skip to content

Commit

Permalink
fix: add subdir to package
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Oct 23, 2024
1 parent 6d0a408 commit 2663673
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,11 @@ classifiers = [
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
]
dependencies = [
"numpy>=1.18",
"pyvista>=0.42",
"LoopStructural>=1.6.0",
]
dependencies = ["numpy>=1.18", "pyvista>=0.42", "LoopStructural>=1.6.0"]
dynamic = ['version']

[project.optional-dependencies]
jupyter = ['pyvista[jupyter]',]
jupyter = ['pyvista[jupyter]']
all = ['pyvista[all]']
[project.urls]
Documentation = 'https://Loop3d.org/LoopStructural/'
Expand All @@ -50,8 +46,7 @@ Documentation = 'https://Loop3d.org/LoopStructural/'
version = { attr = 'loopstructuralvisualisation.version.__version__' }

[tool.setuptools.packages.find]
include = ['loopstructuralvisualisation']

include = ['loopstructuralvisualisation', 'loopstructuralvisualisation.*']


[tool.isort]
Expand Down

0 comments on commit 2663673

Please sign in to comment.