We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24ad15 commit 12839a2Copy full SHA for 12839a2
setup.py
@@ -119,8 +119,8 @@ def make_extension():
119
version=get_and_write_version(),
120
author="PyTorch Team",
121
author_email="packages@pytorch.org",
122
- url="TODO",
123
- description="TODO",
+ url="https://github.com/pytorch-labs/torchvision-extra-decoders/",
+ description="An extension of torchvision for decoding AVIF and HEIC images.",
124
long_description=readme,
125
long_description_content_type="text/markdown",
126
license="LGPLv2.1",
0 commit comments