Skip to content

Commit 1d02f30

Browse files
author
Aaron Gonzales
committed
updated url in setup.py to reflect new repo name
1 parent f181559 commit 1d02f30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
setup(name='searchtweets',
44
description="Wrapper for Twitter's Premium and Enterprise search APIs",
5-
url='https://github.com/twitterdev/twitter_search_api',
5+
url='https://github.com/twitterdev/search-tweets-python',
66
author='Fiona Pigott, Jeff Kolb, Josh Montague, Aaron Gonzales',
77
long_description=open('README.rst', 'r').read(),
88
author_email='agonzales@twitter.com',
99
license='MIT',
10-
version='1.0',
10+
version='1.0.1',
1111
install_requires=["requests", "tweet_parser", "pyyaml"],
1212
packages=find_packages(),
1313
scripts=["tools/search_tweets.py"],

0 commit comments

Comments
 (0)