You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When installing pymsteams with pip this warning appears:
/tmp/pip-build-env-kvynoh23/overlay/lib/python3.11/site-packages/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid dash-separated options.
Additionally, it states:
Usage of dash-separated 'description-file' will not be supported in future
versions. Please use the underscore name 'description_file' instead.
By 2024-Sep-26, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
To Reproduce
Steps to reproduce the behavior:
I have tried: pip3 install --use-pep517 -vvv --timeout 60 -r requirements.txt where requirements.txt contains:
pymsteams==0.2.2
I added the --use-pep517 to suppress some other errors.
Expected behavior
I would hope a pip3 install with python v 3.11.2 and later would not produce these warnings about dashes.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
I'm concerned that pymsteams will not be installable by the end of 2024 unless this is addressed.
The text was updated successfully, but these errors were encountered:
I believe this is fixed in version 0.2.5, which I pushed yesterday. This release switches from a setup.py to a pyproject.toml, and also includes wheels. Can you confirm?
Describe the bug
When installing pymsteams with pip this warning appears:
/tmp/pip-build-env-kvynoh23/overlay/lib/python3.11/site-packages/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid dash-separated options.
Additionally, it states:
Usage of dash-separated 'description-file' will not be supported in future
versions. Please use the underscore name 'description_file' instead.
To Reproduce
Steps to reproduce the behavior:
pymsteams==0.2.2
I added the --use-pep517 to suppress some other errors.
Expected behavior
I would hope a pip3 install with python v 3.11.2 and later would not produce these warnings about dashes.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
I'm concerned that pymsteams will not be installable by the end of 2024 unless this is addressed.
The text was updated successfully, but these errors were encountered: