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-common
Commits
d500fa9023e5
Commit
5b558d30
authored
Jul 07, 2020
by
Laurent Peuch
Browse files
type: declare that logilab-common ship type annotations
parent
925bcb4372a6
Pipeline
#10077
passed with stages
in 2 minutes and 10 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
MANIFEST.in
View file @
d500fa90
...
...
@@ -7,6 +7,7 @@ include bin/logilab-pytest.bat
include test/data/ChangeLog
include tox.ini
include *.txt
include logilab/common/py.typed
recursive-include test *.py *.txt *.msg *.ini *.zip *.egg
recursive-include test/data/*_dir *
recursive-include test/input *.py
...
...
logilab/common/py.typed
0 → 100644
View file @
d500fa90
setup.py
View file @
d500fa90
...
...
@@ -47,6 +47,8 @@ setup(
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers
=
pkginfo
[
"classifiers"
],
packages
=
find_packages
(
exclude
=
[
"contrib"
,
"docs"
,
"test*"
]),
package_data
=
{
"logilab.common"
:
[
"py.typed"
]},
include_package_data
=
True
,
namespace_packages
=
[
pkginfo
[
"subpackage_of"
]],
python_requires
=
">=3.6"
,
install_requires
=
pkginfo
[
"install_requires"
],
...
...
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