Skip to content

Commit dad1b41

Browse files
Reverts 2562da7
PiperOrigin-RevId: 738820673
1 parent 8bbd738 commit dad1b41

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

jaxlib/setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ def has_ext_modules(self):
6868
url='https://github.com/jax-ml/jax',
6969
license='Apache-2.0',
7070
classifiers=[
71-
'Programming Language :: Python :: 3.10',
72-
'Programming Language :: Python :: 3.11',
73-
'Programming Language :: Python :: 3.12',
74-
'Programming Language :: Python :: 3.13',
71+
"Programming Language :: Python :: 3.10",
72+
"Programming Language :: Python :: 3.11",
73+
"Programming Language :: Python :: 3.12",
74+
"Programming Language :: Python :: 3.13",
7575
],
7676
package_data={
7777
'jaxlib': [
@@ -105,7 +105,7 @@ def has_ext_modules(self):
105105
'triton/*.so',
106106
'include/xla/ffi/api/*.h',
107107
],
108-
'jaxlib.xla_extension': ['*.pyi', 'profiler/*.pyi'],
108+
'jaxlib.xla_extension': ['*.pyi'],
109109
},
110110
zip_safe=False,
111111
distclass=BinaryDistribution,

0 commit comments

Comments
 (0)