We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9accb commit 00de470Copy full SHA for 00de470
setup.cfg
@@ -0,0 +1,5 @@
1
+[options]
2
+packages = find:
3
+
4
+[options.packages.find]
5
+include = onnx_array_api*
setup.py
@@ -11,8 +11,6 @@
11
here = os.path.dirname(__file__)
12
if here == "":
13
here = "."
14
-packages = find_packages(where=here)
15
-package_dir = {k: os.path.join(here, k.replace(".", "/")) for k in packages}
16
package_data = {}
17
18
try:
@@ -48,8 +46,6 @@
48
46
author="Xavier Dupré",
49
47
author_email="xavier.dupre@gmail.com",
50
url="https://github.com/sdpython/onnx-array-api",
51
- packages=packages,
52
- package_dir=package_dir,
53
package_data=package_data,
54
setup_requires=["numpy", "scipy"],
55
install_requires=requirements,
0 commit comments