From 0c88c8fd7681f3d88d34b89ed373791a27ca55db Mon Sep 17 00:00:00 2001 From: palaviv Date: Sat, 29 Oct 2016 19:04:50 +0300 Subject: [PATCH] caster version 0.1 is now on pypi --- README.md | 3 +-- setup.py | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8fb318..b67ed0b 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,7 @@ Dependencies Install ------- -1. Download the repository from https://github.com/palaviv/caster. -2. Run `python setup.py install`. +1. pip install caster Development diff --git a/setup.py b/setup.py index fbaf454..d68815c 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,7 @@ description="Caster is a command line tool for casting media to chromecast", license="MIT", url="https://github.com/palaviv/caster", + download_url="https://github.com/palaviv/caster/tarball/0.1", entry_points={ 'console_scripts': ['caster=caster:main'], },