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 eed2c82 commit df5afaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
use_scm_version=True,
setup_requires=["setuptools_scm"],
packages=find_packages(exclude=["tests", "tests.*"]),
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
install_requires=[
"requests>=2.20.0,<3.0",
"packaging<24.0"
Expand Down

0 comments on commit df5afaf

Please sign in to comment.