Skip to content

Commit bbf20ab

Browse files
committed
chore: resolve merge conflicts with master
2 parents 4400ecb + 4ad9701 commit bbf20ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
from setuptools import setup
22

33
setup(
4+
# This is required to ensure the library name includes the python version, abi, and platform tags
5+
# See issue #350 for more information
46
has_ext_modules=lambda: True,
57
)

0 commit comments

Comments
 (0)