We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c46642 commit 426f56bCopy full SHA for 426f56b
setup.py
@@ -38,7 +38,7 @@
38
setup(
39
name=NAME,
40
description='CLI client for custom application in Data Robot',
41
- long_description=open(path.join(path.dirname(__file__), 'README.md')).read(),
+ long_description=open('README.md').read(),
42
long_description_content_type='text/markdown',
43
author='Data Robot',
44
url='https://github.com/datarobot/{}'.format(REPO_NAME),
0 commit comments