Skip to content

Commit 504886d

Browse files
committed
fix setup.py for new publish workflow
1 parent df5afaf commit 504886d

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
@@ -11,7 +11,7 @@
1111
use_scm_version=True,
1212
setup_requires=["setuptools_scm"],
1313
packages=find_packages(exclude=["tests", "tests.*"]),
14-
long_description=open('README.md').read(),
14+
long_description=(this_directory / "README.md").read_text(),
1515
long_description_content_type='text/markdown',
1616
install_requires=[
1717
"requests>=2.20.0,<3.0",

0 commit comments

Comments
 (0)