Nick Ficano
commited on
Commit
·
f4d683d
1
Parent(s):
39c6ff6
updated classifiers
Browse files
setup.py
CHANGED
@@ -23,24 +23,28 @@ setup(
|
|
23 |
license=license,
|
24 |
scripts=['scripts/pytube'],
|
25 |
classifiers=[
|
26 |
-
"Development Status ::
|
27 |
"Environment :: Console",
|
28 |
"Intended Audience :: Developers",
|
29 |
-
"Programming Language :: Python",
|
30 |
-
"Natural Language :: English",
|
31 |
"License :: OSI Approved :: MIT License",
|
|
|
|
|
|
|
|
|
|
|
32 |
"Programming Language :: Python :: 2.6",
|
33 |
"Programming Language :: Python :: 2.7",
|
34 |
"Programming Language :: Python :: 3.3",
|
35 |
"Programming Language :: Python :: 3.4",
|
36 |
"Programming Language :: Python :: 3.5",
|
|
|
|
|
|
|
37 |
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
|
38 |
"Topic :: Utilities",
|
39 |
-
"Topic :: Internet",
|
40 |
-
"Topic :: Multimedia :: Video"
|
41 |
],
|
42 |
-
description=("A
|
43 |
-
"for downloading YouTube videos."),
|
44 |
long_description=readme,
|
45 |
zip_safe=True,
|
46 |
)
|
|
|
23 |
license=license,
|
24 |
scripts=['scripts/pytube'],
|
25 |
classifiers=[
|
26 |
+
"Development Status :: 5 - Production/Stable",
|
27 |
"Environment :: Console",
|
28 |
"Intended Audience :: Developers",
|
|
|
|
|
29 |
"License :: OSI Approved :: MIT License",
|
30 |
+
"Natural Language :: English",
|
31 |
+
"Operating System :: MacOS",
|
32 |
+
"Operating System :: Microsoft",
|
33 |
+
"Operating System :: POSIX",
|
34 |
+
"Operating System :: Unix",
|
35 |
"Programming Language :: Python :: 2.6",
|
36 |
"Programming Language :: Python :: 2.7",
|
37 |
"Programming Language :: Python :: 3.3",
|
38 |
"Programming Language :: Python :: 3.4",
|
39 |
"Programming Language :: Python :: 3.5",
|
40 |
+
"Programming Language :: Python",
|
41 |
+
"Topic :: Internet",
|
42 |
+
"Topic :: Multimedia :: Video",
|
43 |
"Topic :: Software Development :: Libraries :: Python Modules",
|
44 |
+
"Topic :: Terminals",
|
45 |
"Topic :: Utilities",
|
|
|
|
|
46 |
],
|
47 |
+
description=("A Python library for downloading YouTube videos."),
|
|
|
48 |
long_description=readme,
|
49 |
zip_safe=True,
|
50 |
)
|