We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 495318f commit 470afc5Copy full SHA for 470afc5
setup.py
@@ -3,7 +3,7 @@
3
import sys
4
from pathlib import Path
5
6
-from setuptools import Extension, setup
+from setuptools import Extension, setup, find_packages
7
from setuptools.command.build_ext import build_ext
8
9
# Convert distutils Windows platform specifiers to CMake -A arguments
0 commit comments