Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnugt authored Mar 9, 2018
1 parent 3b760aa commit b857f21
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from distutils.core import setup
setup(
name = 'youtube-dl-plugin',
packages = ['youtube-dl-plugin'], # this must be the same as the name above
packages = ['youtube-dl-plugin'],
version = '1.6',
description = 'A plugin to ease your download through youtube-dl',
author = 'VishnuGt',
author_email = '[email protected]',
url = 'https://github.com/vishnugt/youtube-dl-plugin', # use the URL to the github repo
download_url = 'https://github.com/vishnugt/youtube-dl-plugin/tarball/1.6', # I'll explain this in a second
keywords = ['youtube-dl', 'youtube', 'downloader'], # arbitrary keywords
url = 'https://github.com/vishnugt/youtube-dl-plugin',
download_url = 'https://github.com/vishnugt/youtube-dl-plugin/tarball/1.6',
keywords = ['youtube-dl', 'youtube', 'downloader'],
classifiers = [],
)
)

0 comments on commit b857f21

Please sign in to comment.