Skip to content

Commit

Permalink
adding utf8 encoding to the readme read in setup (#23)
Browse files Browse the repository at this point in the history
* adding utf8 encoding to the readme read in setup

* bumped version
  • Loading branch information
Aaron Gonzales committed Mar 7, 2018
1 parent 9368928 commit acfb609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
description="Wrapper for Twitter's Premium and Enterprise search APIs",
url='https://github.com/twitterdev/search-tweets-python',
author='Fiona Pigott, Jeff Kolb, Josh Montague, Aaron Gonzales',
long_description=open('README.rst', 'r').read(),
long_description=open('README.rst', 'r', encoding="utf-8").read(),
author_email='[email protected]',
license='MIT',
version='1.3.0',
version='1.3.1',
python_requires='>=3.3',
install_requires=["requests", "tweet_parser", "pyyaml"],
packages=find_packages(),
Expand Down

0 comments on commit acfb609

Please sign in to comment.