Skip to content

Commit

Permalink
packaging: remove old setuptools options
Browse files Browse the repository at this point in the history
  • Loading branch information
nclack committed May 8, 2023
1 parent afba01d commit bc54ff2
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,6 @@ testing = [
[project.entry-points."napari.manifest"]
acquire-python = "acquire:napari.yaml"

[tool.setuptools.package_data]
acquire-python = [
"napari.yaml",
"libacquire-driver-common.so",
"libacquire-driver-egrabber.so",
"libacquire-driver-hdcam.so",
"libacquire-driver-zarr.so",
"acquire-driver-common.dll",
"acquire-driver-egrabber.dll",
"acquire-driver-hdcam.dll",
"acquire-driver-zarr.dll",
"__init__.pyi",
"acquire.pyi",
]

[tool.maturin]
python-source = "python"
python-packages = ["acquire"]
Expand Down

0 comments on commit bc54ff2

Please sign in to comment.