Skip to content

Commit cf5a2ff

Browse files
committed
setup.py includes quirc.api folder
1 parent 979026e commit cf5a2ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
url='https://github.com/svartalf/python-quirc',
2727
description='ctypes wrapper for QR code decoding library `libquirc`',
2828
long_description=__doc__,
29-
packages=('quirc',),
29+
packages=('quirc', 'quirc.api'),
3030
test_suite='tests.load_tests',
3131
classifiers=(
3232
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)