Skip to content

Commit cc242ed

Browse files
authored
Merge pull request #10 from GLMeece/setup_readme.md
setup.py updating `README.rst` to current `README.md`
2 parents 89c417e + 5fab987 commit cc242ed

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
@@ -12,8 +12,8 @@
1212
url = 'https://github.com/boakley/robotframework-pageobjectlibrary/',
1313
keywords = 'robotframework',
1414
license = 'Apache License 2.0',
15-
description = 'Robotframework library that implements the Page Object pattern',
16-
long_description = open('README.rst').read(),
15+
description = 'RobotFramework library that implements the Page Object pattern',
16+
long_description = open('README.md').read(),
1717
zip_safe = True,
1818
include_package_data = True,
1919
install_requires = ['robotframework', 'robotframework-selenium2library', 'selenium', 'six'],

0 commit comments

Comments
 (0)