Skip to content

Commit 32269c0

Browse files
committed
DNM
1 parent 7db24de commit 32269c0

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

setup.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,4 @@
2626
# tag wheel for Limited API
2727
'bdist_wheel': {'py_limited_api': 'cp311'} if _abi3 else {},
2828
},
29-
#
30-
# setuptools < 61 compatibility for distro packages building from source
31-
name='openslide-python',
32-
version=__version__, # type: ignore[name-defined] # noqa: F821
33-
install_requires=[
34-
'Pillow',
35-
],
36-
packages=[
37-
'openslide',
38-
],
39-
package_data={
40-
'openslide': ['py.typed', '*.pyi'],
41-
},
42-
zip_safe=False,
4329
)

0 commit comments

Comments
 (0)