Skip to content
Snippets Groups Projects
Commit 245cdd3a authored by Vincent Texier's avatar Vincent Texier
Browse files

[enh] #96 support PEP 561 for duniterpy type hints to be recognized by mypy when imported

parent c337a501
No related branches found
No related tags found
No related merge requests found
Pipeline #5855 passed
......@@ -49,11 +49,13 @@ setup(
packages=find_packages(),
author="inso, canercanda, s_b, vit",
package_data={"duniterpy": ["py.typed"]},
author="inso, canercanda, s_b, vit, Moul",
author_email="insomniak.fr@gmail.com",
description="A python implementation of [duniter](https://git.duniter.org/nodes/typescript/duniter) API",
description="A python library for [duniter](https://git.duniter.org/nodes/typescript/duniter) client developers",
long_description=open('README.rst').read(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment