Unverified Commit 7f3c07bb authored by msbaines's avatar msbaines Committed by GitHub
Browse files

[cleanup] fix setup.py description (#22)

parent 291da1ea
......@@ -52,7 +52,7 @@ else:
if __name__ == "__main__":
setuptools.setup(
name="fairscale",
description="fairscale: Utility library for large-scale and high-performance training.",
description="fairscale: A PyTorch library for large-scale and high-performance training.",
version=find_version("fairscale/__init__.py"),
install_requires=fetch_requirements(),
include_package_data=True,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment