Skip to content

Commit 6a29931

Browse files
committed
Renames project to flash-sparse-attn
Aligns packaging metadata with new repository identity.
1 parent 77e4e61 commit 6a29931

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ requires = [
1111
build-backend = "setuptools.build_meta"
1212

1313
[project]
14-
name = "flash-dmattn"
14+
name = "flash-sparse-attn"
1515
dynamic = ["version"]
16-
description = "Flash Dynamic Mask Attention: Fast and Memory-Efficient Trainable Dynamic Mask Sparse Attention"
16+
description = "Flash Sparse Attention: Fast and Memory-Efficient Trainable Dynamic Mask Sparse Attention"
1717
readme = "README.md"
1818
license = { file = "LICENSE" }
1919
authors = [
@@ -40,9 +40,9 @@ classifiers = [
4040
]
4141

4242
[project.urls]
43-
Homepage = "https://github.com/SmallDoges/flash-dmattn"
44-
Source = "https://github.com/SmallDoges/flash-dmattn"
45-
Issues = "https://github.com/SmallDoges/flash-dmattn/issues"
43+
Homepage = "https://github.com/SmallDoges/flash-sparse-attention"
44+
Source = "https://github.com/SmallDoges/flash-sparse-attention"
45+
Issues = "https://github.com/SmallDoges/flash-sparse-attention/issues"
4646

4747
[project.optional-dependencies]
4848
triton = [
@@ -69,11 +69,11 @@ dev = [
6969
]
7070

7171
[tool.setuptools.dynamic]
72-
version = { attr = "flash_dmattn.__version__" }
72+
version = { attr = "flash_sparse_attn.__version__" }
7373

7474
[tool.setuptools.packages.find]
7575
where = ["."]
76-
include = ["flash_dmattn*"]
76+
include = ["flash_sparse_attn*"]
7777
exclude = [
7878
"build",
7979
"csrc",
@@ -82,10 +82,10 @@ exclude = [
8282
"dist",
8383
"docs",
8484
"benchmarks",
85-
"flash_dmattn.egg-info"
85+
"flash_sparse_attn.egg-info"
8686
]
8787

8888
[tool.setuptools.package-data]
89-
flash_dmattn = ["*.py"]
89+
flash_sparse_attn = ["*.py"]
9090

9191
[tool.setuptools]

0 commit comments

Comments
 (0)