Skip to content

Commit

Permalink
install script
Browse files Browse the repository at this point in the history
  • Loading branch information
tim committed Mar 15, 2013
1 parent 25fa57b commit 53ad59f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.sw*
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@

setup(
name='Scholar',
version='0.0.1',
version='0.1.0',
author='Christian Kreibich',
# packages=['scholar',],
scripts=['scholar.py'],
url='http://www.icir.org/christian/scholar.html',
license='LICENSE.txt',
description='Python script for accessing Google Scholar, since it doesn\'t have an api.',
long_description=open('README.md').read(),
# install_requires=[
# ],
)

0 comments on commit 53ad59f

Please sign in to comment.