Skip to content

Commit

Permalink
Made changes to copy script to bin
Browse files Browse the repository at this point in the history
  • Loading branch information
sanketh95 committed Oct 5, 2014
1 parent 135cce6 commit d199542
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CHANGES

1. Now copies the script to /usr/local/bin
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
from setuptools import setup

setup(
name = "Coursera Offline",
name = "coursera_offline",

version = "0.1.0",
version = "0.1.1",

author="Sanketh Mopuru",
author_email="[email protected]",

url='https://github.com/sanketh95/coursera-offline',
license='GPL',
license='GPLv3',

description = "Download Coursera videos for offline viewing",
long_description = open("README.txt").read(),
description = 'Download Coursera videos for offline viewing',

install_requires=[
"pyquery"
],


scripts=['coursera_offline']
)

0 comments on commit d199542

Please sign in to comment.