Eloar commited on
Commit
d465490
·
1 Parent(s): 68dad8e

- added info about 3.4 support to README and setup.py

Browse files
Files changed (2) hide show
  1. README.rst +1 -1
  2. setup.py +1 -0
README.rst CHANGED
@@ -14,7 +14,7 @@ present to you, PyTube!
14
  Requirements
15
  ============
16
 
17
- - Python 2.6+ (2.7 recommended)
18
  - PIP (for some installation methods)
19
  - GIT (for some installation methods)
20
 
 
14
  Requirements
15
  ============
16
 
17
+ - Python 2.6+ (2.7 or 3.4 recommended)
18
  - PIP (for some installation methods)
19
  - GIT (for some installation methods)
20
 
setup.py CHANGED
@@ -34,6 +34,7 @@ setup(
34
  "Programming Language :: Python :: 2.6",
35
  "Programming Language :: Python :: 2.7",
36
  "Programming Language :: Python :: 3.0",
 
37
  "Topic :: Software Development :: Libraries :: Python Modules",
38
  "Topic :: Utilities",
39
  "Topic :: Internet",
 
34
  "Programming Language :: Python :: 2.6",
35
  "Programming Language :: Python :: 2.7",
36
  "Programming Language :: Python :: 3.0",
37
+ "Programming Language :: Python :: 3.4",
38
  "Topic :: Software Development :: Libraries :: Python Modules",
39
  "Topic :: Utilities",
40
  "Topic :: Internet",