Skip to content

Commit acfb609

Browse files
author
Aaron Gonzales
authored
adding utf8 encoding to the readme read in setup (#23)
* adding utf8 encoding to the readme read in setup * bumped version
1 parent 9368928 commit acfb609

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
description="Wrapper for Twitter's Premium and Enterprise search APIs",
55
url='https://github.com/twitterdev/search-tweets-python',
66
author='Fiona Pigott, Jeff Kolb, Josh Montague, Aaron Gonzales',
7-
long_description=open('README.rst', 'r').read(),
7+
long_description=open('README.rst', 'r', encoding="utf-8").read(),
88
author_email='[email protected]',
99
license='MIT',
10-
version='1.3.0',
10+
version='1.3.1',
1111
python_requires='>=3.3',
1212
install_requires=["requests", "tweet_parser", "pyyaml"],
1313
packages=find_packages(),

0 commit comments

Comments
 (0)