]> git.k1024.org Git - pylibacl.git/commit
Add stub type hints - even if not working
authorIustin Pop <iustin@k1024.org>
Fri, 29 Nov 2019 18:55:09 +0000 (19:55 +0100)
committerIustin Pop <iustin@k1024.org>
Fri, 29 Nov 2019 18:55:09 +0000 (19:55 +0100)
commit5f56b0707bd71b1be050e212cd31e64139340fbb
tree397a553b6f63303617a79044f621a88032a54e96
parent80d58619051a48ea541784953bf6d36360fe1fb3
Add stub type hints - even if not working

Apparently PEP561 only addresses packages, not modules, and somewhat
dismissively says: "code should be refactored into a package-based
distribution and indicate that the package supports typing as
described above".

Well, locally I can use it, so let's add the stub. Will see later if
it can be used somehow.
MANIFEST.in
Makefile
posix1e.pyi [new file with mode: 0644]
py.typed [new file with mode: 0644]
setup.py