Skip to content

Commit

Permalink
fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbrooks committed Mar 8, 2014
1 parent 5af09fb commit 0d5730b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,4 @@ Questions and Contributing

Feel free to post questions and problems on the issue tracker. Pull requests welcome!

Use `python setup.py test` to run tests.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
12 changes: 1 addition & 11 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
import os
from setuptools import setup

# Utility function to read the README file.
# Used for the long_description. It's nice, because now 1) we have a top level
# README file and 2) it's easier to type in the README file than to put a raw
# string in below ...
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()


setup(
name="twitter-monitor",
version="0.1.1",
Expand All @@ -17,10 +8,9 @@ def read(fname):
description=("A Twitter streaming library built on tweepy "
"that enables dynamic term tracking"),
license="MIT",
keywords="Twitter streaming",
keywords=["twitter", "streaming", "tweepy", "filter"],
url="https://github.com/michaelbrooks/twitter-monitor",
packages=['twitter_monitor'],
long_description=read('README.md'),
classifiers=[
"Development Status :: 3 - Alpha",
"Topic :: Utilities",
Expand Down

0 comments on commit 0d5730b

Please sign in to comment.