Skip to content

Commit

Permalink
Rebrand to mps-youtube
Browse files Browse the repository at this point in the history
  • Loading branch information
np1 committed Feb 13, 2014
1 parent ee4e04b commit 0708a4f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

pms Copyright (C) 2013 nagev
mps-youtube Copyright (C) 2014 nagev
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is used by clients to check for updates

version 0.01.13
version 0.01.30

8 changes: 4 additions & 4 deletions mpsyt
Original file line number Diff line number Diff line change
Expand Up @@ -611,12 +611,12 @@ Note: {2}all{1} can be used as an argument (e.g., {2}shuffle all{1})
("Invocation Parameters", """
{0}Invocation{1}
To play a saved playlist when invoking pmsyt use {2}pmsyt play <name>{1}
To play a saved playlist when invoking mpsyt use {2}mpsyt play <name>{1}
This also works for other commands:
{2}pmsyt /mozart{1} to search
{2}pmsyt open <name or ID>{1} to open a saved playlist
{2}pmsyt ls{1} to list saved playlists
{2}mpsyt /mozart{1} to search
{2}mpsyt open <name or ID>{1} to open a saved playlist
{2}mpsyt ls{1} to list saved playlists
""".format(c.ul, c.w, c.g, c.r)),

("Advanced Tips", """
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/python

""" setup.py for pms-youtube.
""" setup.py for mps-youtube.
https://np1.github.com/pms-youtube
https://np1.github.com/mps-youtube
"""

Expand All @@ -19,8 +19,8 @@
keywords=["video", "music", "audio", "youtube", "stream", "download"],
author="nagev",
author_email="np1nagev@gmail.com",
url="http://github.com/np1/pms-youtube",
download_url="https://github.com/np1/pms-youtube/tarball/master",
url="http://github.com/np1/mps-youtube",
download_url="https://github.com/np1/mps-youtube/tarball/master",
scripts=['mpsyt'],
install_requires=['Pafy'],
package_data={"": ["LICENSE", "README.rst", "README"]},
Expand Down

0 comments on commit 0708a4f

Please sign in to comment.