Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DuniterPy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
DuniterPy
Commits
245cdd3a
Commit
245cdd3a
authored
5 years ago
by
Vincent Texier
Browse files
Options
Downloads
Patches
Plain Diff
[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
5 years ago
Stage: format
Stage: test
Stage: build
Stage: release
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
duniterpy/py.typed
+0
-0
0 additions, 0 deletions
duniterpy/py.typed
setup.py
+4
-2
4 additions, 2 deletions
setup.py
with
4 additions
and
2 deletions
duniterpy/py.typed
0 → 100644
+
0
−
0
View file @
245cdd3a
This diff is collapsed.
Click to expand it.
setup.py
+
4
−
2
View file @
245cdd3a
...
...
@@ -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
(),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment