Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Include py.typed in MANIFEST.in for compatibility with sdist and bdist #24

Merged
merged 1 commit into from
Feb 6, 2022

Conversation

uSpike
Copy link
Contributor

@uSpike uSpike commented Jan 27, 2022

Fixes #21 for sdist and bdist

(venv) jordan@enigma:~/src/python3-gpiod$ python setup.py sdist | grep typed
copying py_src/gpiod/py.typed -> gpiod-1.5.1/py_src/gpiod
(venv) jordan@enigma:~/src/python3-gpiod$ python setup.py bdist | grep typed
copying build/lib/gpiod/py.typed -> build/bdist.linux-x86_64/dumb/home/jordan/src/python3-gpiod/venv/lib/python3.8/site-packages/gpiod

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Please include py.typed marker file per PEP 561
2 participants