Skip to content

Commit

Permalink
fix setup.py for new publish workflow
Browse files Browse the repository at this point in the history
arthanson committed Jan 5, 2024

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
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
@@ -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"

0 comments on commit df5afaf

Please sign in to comment.