Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
yams
Commits
b76d8a7e024c
Commit
93f4d993
authored
Jul 07, 2020
by
Laurent Peuch
Browse files
type: declare that yams ship type annotations
parent
5b2662c9a342
Pipeline
#10399
passed with stage
in 1 minute and 3 seconds
Changes
3
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
MANIFEST.in
View file @
b76d8a7e
...
...
@@ -6,6 +6,7 @@ include tox.ini
include docs/*
include test/*.py
include test/data2/*.py
include yams/py.typed
recursive-include test/data *.sql *.rel *.esql *.py *.txt toignore
recursive-include bin *
prune debian
...
...
setup.py
View file @
b76d8a7e
...
...
@@ -53,6 +53,8 @@ setup(
url
=
pkginfo
[
"web"
],
classifiers
=
pkginfo
.
get
(
"classifiers"
,
[]),
packages
=
find_packages
(
exclude
=
[
"test*"
]),
package_data
=
{
"yams"
:
[
"py.typed"
]},
include_package_data
=
True
,
python_requires
=
">=3.6"
,
install_requires
=
pkginfo
.
get
(
"install_requires"
),
scripts
=
pkginfo
.
get
(
"scripts"
,
[]),
...
...
yams/py.typed
0 → 100644
View file @
b76d8a7e
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