Skip to content
Snippets Groups Projects
Commit fc83b965 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 4057ce93
No related branches found
No related tags found
2 merge requests!70Add PEP 561 support,!67Merge of pep_561_mypy to dev
Pipeline #5959 passed
...@@ -49,11 +49,13 @@ setup( ...@@ -49,11 +49,13 @@ setup(
packages=find_packages(), 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", 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(), 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