Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
697f4621
Commit
697f4621
authored
Aug 29, 2017
by
Soumith Chintala
Committed by
GitHub
Aug 29, 2017
Browse files
fix setup.py metadata
parent
0277674d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
setup.py
setup.py
+4
-4
No files found.
setup.py
View file @
697f4621
...
@@ -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"
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment