Skip to content

Commit 00d86aa

Browse files
authored
Replace 'pytorch-labs' with 'meta-pytorch' in 1 files (#120)
1 parent 1c2481d commit 00d86aa

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
@@ -130,7 +130,7 @@ def build_extension(self, ext): # noqa C901
130130
version="0.1.0",
131131
long_description=long_description,
132132
long_description_content_type="text/markdown",
133-
url="https://github.com/pytorch-labs/tokenizers",
133+
url="https://github.com/meta-pytorch/tokenizers",
134134
packages=find_packages(),
135135
ext_modules=[CMakeExtension("pytorch_tokenizers_cpp")],
136136
cmdclass={"build_ext": CMakeBuild},

0 commit comments

Comments
 (0)