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 fff7c3f commit 5153a0eCopy full SHA for 5153a0e
MANIFEST.in
@@ -2,3 +2,5 @@ include requirements/requirements.txt
2
include ivy/compiler/utils/*.so
3
include ivy/compiler/*.so
4
include ivy/compiler/*.py
5
+include binaries.json
6
+include available_configs.json
setup.py
@@ -125,10 +125,6 @@ def _strip(line):
125
python_requires=">=3.8,<=3.11",
126
classifiers=[
127
"License :: OSI Approved :: Apache Software License",
128
- "Programming Language :: Python :: 3.8",
129
- "Programming Language :: Python :: 3.9",
130
- "Programming Language :: Python :: 3.10",
131
- "Programming Language :: Python :: 3.11",
132
],
133
license="Apache 2.0",
134
)
0 commit comments