Skip to content

Commit

Permalink
Installs under python 2.6 or greater
Browse files Browse the repository at this point in the history
  • Loading branch information
Daron Andrew Edie committed Jul 16, 2018
1 parent a5f9e7a commit 322c379
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
@@ -1,6 +1,6 @@
# N.B. to push a new version to PyPi, update the version number
# in rfhub/version.py and then run 'python setup.py sdist upload'
import sys
import io

from setuptools import setup

Expand All @@ -17,7 +17,7 @@
keywords='robotframework',
license='Apache License 2.0',
description='RobotFramework library that implements the Page Object pattern',
long_description=open('README.md', encoding='latin-1').read(),
long_description=io.open('README.md', encoding='latin-1').read(),
zip_safe=True,
include_package_data=True,
install_requires=['robotframework', 'robotframework-seleniumlibrary', 'selenium', 'six'],
Expand Down

0 comments on commit 322c379

Please sign in to comment.