We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43329f5 commit dace0f7Copy full SHA for dace0f7
2 files changed
src/exp2python/python/pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
2
requires = [
3
- "setuptools>=42",
+ "setuptools>=40",
4
"wheel"
5
]
6
build-backend = "setuptools.build_meta"
src/exp2python/python/setup.cfg
@@ -15,7 +15,8 @@ classifiers =
15
[options]
16
package_dir =
17
=.
18
-packages=find:
+packages = SCL
19
python_requires = >=3.6
20
install_requires =
21
ply
22
+
0 commit comments