Skip to content

Commit

Permalink
add download_url
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbrooks committed Mar 8, 2014
1 parent 0d5730b commit d7e6866
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions setup.py
Expand Up @@ -2,20 +2,25 @@

setup(
name="twitter-monitor",
packages=['twitter_monitor'],

version="0.1.1",
download_url='https://github.com/michaelbrooks/twitter-monitor/archive/v0.1.1.zip',
url="https://github.com/michaelbrooks/twitter-monitor",

author="Michael Brooks",
author_email="mjbrooks@uw.edu",

description=("A Twitter streaming library built on tweepy "
"that enables dynamic term tracking"),
license="MIT",
keywords=["twitter", "streaming", "tweepy", "filter"],
url="https://github.com/michaelbrooks/twitter-monitor",
packages=['twitter_monitor'],
classifiers=[
"Development Status :: 3 - Alpha",
"Topic :: Utilities",
"License :: OSI Approved :: MIT License",
],

install_requires=[
"tweepy >= 2.2"
],
Expand Down

0 comments on commit d7e6866

Please sign in to comment.