Commit 697f4621 authored by Soumith Chintala's avatar Soumith Chintala Committed by GitHub
Browse files

fix setup.py metadata

parent 0277674d
...@@ -12,10 +12,10 @@ this_file = os.path.dirname(__file__) ...@@ -12,10 +12,10 @@ this_file = os.path.dirname(__file__)
setup( setup(
name="torchaudio", name="torchaudio",
version="0.1", version="0.1",
description="An example project using PyTorch FFI", description="An audio package for PyTorch",
url="https://github.com/pytorch/ffi-examples", url="https://github.com/pytorch/audio",
author="XYZ", author="Soumith Chintala, David Pollack, Sean Naren",
author_email="author@email.com", author_email="soumith@pytorch.org",
# Require cffi. # Require cffi.
install_requires=["cffi>=1.0.0"], install_requires=["cffi>=1.0.0"],
setup_requires=["cffi>=1.0.0"], setup_requires=["cffi>=1.0.0"],
......
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