@@ -11,9 +11,9 @@ requires = [
1111build-backend = " setuptools.build_meta"
1212
1313[project ]
14- name = " flash-dmattn "
14+ name = " flash-sparse-attn "
1515dynamic = [" 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"
1717readme = " README.md"
1818license = { file = " LICENSE" }
1919authors = [
@@ -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 ]
4848triton = [
@@ -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 ]
7575where = [" ." ]
76- include = [" flash_dmattn *" ]
76+ include = [" flash_sparse_attn *" ]
7777exclude = [
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