Skip to content

Commit eab32ee

Browse files
authored
Merge pull request #8 from enolan/patch-2
Fix link to GitHub repo in setup.py
2 parents 4b704af + d3fb8b2 commit eab32ee

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)