Added a PEP 561 `py.typed` marker
Changes
Added a PEP 561 py.typed marker. Letting type checkers know that this package is typed. (this will also start the 6-months deprecation period of https://pypi.org/project/types-auth0-python/ )
References
Closes #612
Testing
Check that the produced wheel / artefact includes a py.typed file. Simply running a local install and looking at your site-packages should do the trick.
- [N/A] This change adds unit test coverage
- [N/A] This change adds integration test coverage
- [x] This change has been tested on the latest version of the platform/language or why not
Checklist
- [x] I have read the Auth0 general contribution guidelines
- [x] I have read the Auth0 Code of Conduct
- [x] All existing and new tests complete without errors
I just saw https://github.com/auth0/auth0-python/pull/521 and https://github.com/auth0/auth0-python/issues/615 See my note in https://github.com/auth0/auth0-python/pull/678#issuecomment-2798399228
@Avasam Are we good to pull this change or is it still work in progress?
I do believe this is incorrect without https://github.com/auth0/auth0-python/issues/615 (I just wasn't aware of the full context back when I openned this)