Skip to content

Commit 426f56b

Browse files
committedDec 5, 2024
change long desc
1 parent 0c46642 commit 426f56b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
setup(
3939
name=NAME,
4040
description='CLI client for custom application in Data Robot',
41-
long_description=open(path.join(path.dirname(__file__), 'README.md')).read(),
41+
long_description=open('README.md').read(),
4242
long_description_content_type='text/markdown',
4343
author='Data Robot',
4444
url='https://github.com/datarobot/{}'.format(REPO_NAME),

0 commit comments

Comments
 (0)