Added py.typed back into repository and Manifest (#1426)

This commit is contained in:
Chris Caron
2025-10-05 10:11:03 -04:00
committed by GitHub
parent 1ed405ae13
commit 2b2e476c24
3 changed files with 4 additions and 1 deletions

View File

@@ -2,12 +2,15 @@ include LICENSE
include README.md
include CONTRIBUTING.md
include ACKNOWLEDGEMENTS.md
include SECURITY.md
include pyproject.toml
include tox.ini
include babel.cfg
include requirements.txt
include win-requirements.txt
include dev-requirements.txt
include all-plugin-requirements.txt
include apprise/py.typed
recursive-include tests *
recursive-include packaging *
recursive-include apprise/i18n *.pot

0
apprise/py.typed Normal file
View File

View File

@@ -199,7 +199,7 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib}:%{_builddir}/%{name}-%{ve
%files -n python%{python3_pkgversion}-%{pypi_name}
%license LICENSE
%doc README.md ACKNOWLEDGEMENTS.md CONTRIBUTING.md
%doc SECURITY.md README.md ACKNOWLEDGEMENTS.md CONTRIBUTING.md
%{python3_sitelib}/%{pypi_name}/
# Exclude i18n as it is handled below with the lang(spoken) tag below
%exclude %{python3_sitelib}/%{pypi_name}/cli.*