Skip to content

Commit d3fb8b2

Browse files
authored
Fix link to GitHub repo in setup.py
1 parent 4b704af commit d3fb8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def __init__(self, *args, **kwargs) -> None:
229229
description="Flash Attention Jax",
230230
long_description=long_description,
231231
long_description_content_type="text/markdown",
232-
url="https://github.com/nshepperd/flash-attention-jax",
232+
url="https://github.com/nshepperd/flash_attn_jax",
233233
classifiers=[
234234
"Programming Language :: Python :: 3",
235235
"License :: OSI Approved :: BSD License",

0 commit comments

Comments
 (0)