Skip to content

Commit

Permalink
updated setup.py for readme.md file reference
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhosa authored Jan 4, 2019
1 parent 239a4bd commit f714894
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 @@ -38,7 +38,7 @@ def read(fname):
keywords = "PYLXCA",
url = "http://www.lenovo.com",
packages = ['pylxca','pylxca.pylxca_api','pylxca.pylxca_cmd'],
long_description = read('README'),
long_description = read('README.md'),
install_requires = ['requests>=2.7.0', 'requests-toolbelt>=0.8.0',
'mock>=2.0.0'],
include_package_data= True,
Expand All @@ -61,7 +61,7 @@ def read(fname):
keywords="PYLXCA",
url="http://www.lenovo.com",
packages=['pylxca', 'pylxca.pylxca_api', 'pylxca.pylxca_cmd'],
long_description=read('README'),
long_description=read('README.md'),
install_requires=['requests>=2.7.0', 'requests-toolbelt>=0.8.0', 'unittest2'],
include_package_data=True,
scripts=['lxca_shell'],
Expand Down

0 comments on commit f714894

Please sign in to comment.