Skip to content

Commit

Permalink
sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Nov 6, 2024
1 parent c30440c commit 007ed17
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,13 @@ build.targets = ['pyhogpp']
sdist.exclude = [
'*',
'!/CMakeLists.txt',
'!/data/*',
'!/docs/*',
'!/include/*',
'!/data/**',
'!/docs/**',
'!/include/**',
'!/LICENSE',
'!/pyproject.toml',
'!/python/*',
'!/python/hogpp/__init__.py',
'!/scripts/*',
'!/tests/*',
'!/workflow/*',
'!/python/**',
'!/tests/**',
]

[tool.scikit-build.cmake]
Expand Down

0 comments on commit 007ed17

Please sign in to comment.