nficano commited on
Commit
d37cf80
·
1 Parent(s): 004d56f

fixed for PyPI!

Browse files

* added setup.cfg
* updated setup.py
* renamed COPYING to LICENCE.txt.

Files changed (3) hide show
  1. COPYING → LICENSE.txt +0 -0
  2. setup.cfg +2 -0
  3. setup.py +3 -3
COPYING → LICENSE.txt RENAMED
File without changes
setup.cfg ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ [metadata]
2
+ description-file = README.md
setup.py CHANGED
@@ -12,14 +12,14 @@ def read(fname):
12
 
13
  setup(
14
  name="pytube",
15
- version="0.1.0",
16
  author="Nick Ficano",
17
  author_email="nficano@gmail.com",
18
  description="A simple, yet versatile package for downloading YouTube videos.",
19
  license='The MIT License: http://www.opensource.org/licenses/mit-license.php',
20
  keywords="youtube downloader",
21
- url="https://github.com/NFicano/python-youtube-download",
22
- download_url="https://github.com/NFicano/python-youtube-download/tarball/master",
23
  packages=['pytube'],
24
  use_2to3=True,
25
  entry_points={
 
12
 
13
  setup(
14
  name="pytube",
15
+ version="0.1.1",
16
  author="Nick Ficano",
17
  author_email="nficano@gmail.com",
18
  description="A simple, yet versatile package for downloading YouTube videos.",
19
  license='The MIT License: http://www.opensource.org/licenses/mit-license.php',
20
  keywords="youtube downloader",
21
+ url="https://github.com/NFicano/pytube",
22
+ download_url="https://github.com/NFicano/pytube/tarball/0.1.1",
23
  packages=['pytube'],
24
  use_2to3=True,
25
  entry_points={