Skip to content
Snippets Groups Projects
Commit bfd3df70 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Opt-in linkahead package to mypy type checking

parent ee809d60
Branches
Tags
1 merge request!143Release 0.15.0
...@@ -193,7 +193,7 @@ def setup_package(): ...@@ -193,7 +193,7 @@ def setup_package():
tests_require=["pytest", "pytest-cov", "coverage>=4.4.2", tests_require=["pytest", "pytest-cov", "coverage>=4.4.2",
"jsonschema>=4.4.0"], "jsonschema>=4.4.0"],
package_data={ package_data={
'linkahead': ['cert/indiscale.ca.crt', 'schema-pycaosdb-ini.yml'], 'linkahead': ['py.typed', 'cert/indiscale.ca.crt', 'schema-pycaosdb-ini.yml'],
}, },
scripts=[ scripts=[
"src/linkahead/utils/caosdb_admin.py", "src/linkahead/utils/caosdb_admin.py",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment