Skip to content

Commit 9f5fbee

Browse files
authored
ci: rename python package name to flashinfer-python (#729)
The name `flashinfer` is not available in PyPI and we haven't got response from PyPI team yet(pypi/support#5355). In this PR, we rename the package to `flashinfer-python`, it is approved, and we successfully uploaded a sdist of v0.2.0.post1 there: https://pypi.org/project/flashinfer-python/0.2.0.post1/#history
1 parent 00ba0ae commit 9f5fbee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
[project]
16-
name = "flashinfer"
16+
name = "flashinfer-python"
1717
description = "FlashInfer: Kernel Library for LLM Serving"
1818
requires-python = ">=3.8,<4.0"
1919
authors = [{ name = "FlashInfer team" }]

0 commit comments

Comments
 (0)