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
24e5b557
"vscode:/vscode.git/clone" did not exist on "28948aacc93f0d409ce141b5169d8b90dad61ea8"
Unverified
Commit
24e5b557
authored
Jan 04, 2021
by
Vincent QB
Committed by
GitHub
Jan 04, 2021
Browse files
Use clean function to clean (#1142)
parent
cf114276
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
setup.py
setup.py
+2
-1
No files found.
setup.py
View file @
24e5b557
...
...
@@ -83,7 +83,8 @@ setup(
packages
=
find_packages
(
exclude
=
[
"build*"
,
"test*"
,
"torchaudio.csrc*"
,
"third_party*"
,
"build_tools*"
]),
ext_modules
=
setup_helpers
.
get_ext_modules
(),
cmdclass
=
{
'build_ext'
:
setup_helpers
.
BuildExtension
.
with_options
(
no_python_abi_suffix
=
True
)
'build_ext'
:
setup_helpers
.
BuildExtension
.
with_options
(
no_python_abi_suffix
=
True
),
'clean'
:
clean
,
},
install_requires
=
[
pytorch_package_dep
],
zip_safe
=
False
,
...
...
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