Skip to content

Commit

Permalink
fix setup.py for new publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arthanson committed Jan 5, 2024
1 parent 504886d commit 1b397f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use_scm_version=True,
setup_requires=["setuptools_scm"],
packages=find_packages(exclude=["tests", "tests.*"]),
long_description=(this_directory / "README.md").read_text(),
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
install_requires=[
"requests>=2.20.0,<3.0",
Expand Down

0 comments on commit 1b397f0

Please sign in to comment.