Skip to content

Commit 9d42632

Browse files
authored
Update author and author email (#2105)
1 parent 5b84b7c commit 9d42632

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ def run(self):
9898
# Metadata
9999
name="torchtext",
100100
version=VERSION,
101-
author="PyTorch core devs and James Bradbury",
102-
author_email="[email protected]",
101+
author="PyTorch Text Team",
102+
author_email="[email protected]",
103103
url="https://github.com/pytorch/text",
104-
description="Text utilities and datasets for PyTorch",
104+
description="Text utilities, models, transforms, and datasets for PyTorch.",
105105
long_description=read("README.rst"),
106106
license="BSD",
107107
install_requires=["tqdm", "requests", pytorch_package_dep, "numpy", torchdata_package_dep],

0 commit comments

Comments
 (0)