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
33dac6ac
Commit
33dac6ac
authored
May 21, 2019
by
Hong Xu
Committed by
Soumith Chintala
May 21, 2019
Browse files
Add classifiers to setup.py (#108)
parent
0c6ceb26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
setup.py
setup.py
+14
-0
No files found.
setup.py
View file @
33dac6ac
...
...
@@ -26,6 +26,20 @@ setup(
url
=
"https://github.com/pytorch/audio"
,
author
=
"Soumith Chintala, David Pollack, Sean Naren, Peter Goldsborough"
,
author_email
=
"soumith@pytorch.org"
,
classifiers
=
[
"Environment :: Plugins"
,
"Intended Audience :: Developers"
,
"Intended Audience :: Science/Research"
,
"License :: OSI Approved :: BSD License"
,
"Operating System :: MacOS :: MacOS X"
,
"Operating System :: Microsoft :: Windows"
,
"Operating System :: POSIX"
,
"Programming Language :: C++"
,
"Programming Language :: Python 3"
,
"Programming Language :: Python :: Implementation :: CPython"
,
"Topic :: Multimedia :: Sound/Audio"
,
"Topic :: Scientific/Engineering :: Artificial Intelligence"
],
# Exclude the build files.
packages
=
find_packages
(
exclude
=
[
"build"
]),
ext_modules
=
[
...
...
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