Skip to content

Commit 12839a2

Browse files
authored
Update URL and description (#10)
1 parent a24ad15 commit 12839a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ def make_extension():
119119
version=get_and_write_version(),
120120
author="PyTorch Team",
121121
author_email="packages@pytorch.org",
122-
url="TODO",
123-
description="TODO",
122+
url="https://github.com/pytorch-labs/torchvision-extra-decoders/",
123+
description="An extension of torchvision for decoding AVIF and HEIC images.",
124124
long_description=readme,
125125
long_description_content_type="text/markdown",
126126
license="LGPLv2.1",

0 commit comments

Comments
 (0)