Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
logilab-mtconverter
Commits
454838a84fbf
Commit
6c4db044
authored
Aug 06, 2020
by
Nicolas Chauvat
Browse files
type: declare that logilab-mtconverter ships type annotations
parent
d3fe2d1213bb
Pipeline
#14629
passed with stage
in 4 minutes and 3 seconds
Changes
3
Pipelines
8
Hide whitespace changes
Inline
Side-by-side
MANIFEST.in
View file @
454838a8
...
...
@@ -6,6 +6,7 @@ include doc/makefile
include announce.txt
include tox.ini
include mypy.ini
include logilab/mtconverter/py.typed
recursive-include logilab *.py
recursive-include test *
...
...
logilab/mtconverter/py.typed
0 → 100644
View file @
454838a8
setup.py
View file @
454838a8
...
...
@@ -47,6 +47,8 @@ setup(
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers
=
pkginfo
[
"classifiers"
],
packages
=
find_namespace_packages
(
include
=
[
"logilab.*"
]),
package_data
=
{
"logilab.mtconverter"
:
[
"py.typed"
]},
include_package_data
=
True
,
python_requires
=
">=3.6"
,
install_requires
=
pkginfo
[
"install_requires"
],
tests_require
=
pkginfo
[
"tests_require"
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment