We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
quirc.api
1 parent 979026e commit cf5a2ffCopy full SHA for cf5a2ff
1 file changed
setup.py
@@ -26,7 +26,7 @@
26
url='https://github.com/svartalf/python-quirc',
27
description='ctypes wrapper for QR code decoding library `libquirc`',
28
long_description=__doc__,
29
- packages=('quirc',),
+ packages=('quirc', 'quirc.api'),
30
test_suite='tests.load_tests',
31
classifiers=(
32
'Development Status :: 3 - Alpha',
0 commit comments