Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit 24ec9ae

Browse files
committed
packaging: enable include_package_data
Signed-off-by: Florian Scherf <f.scherf@pengutronix.de>
1 parent 1113f2d commit 24ec9ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from setuptools import setup, find_packages
55

66
__name__ == '__main__' and setup(name='aiohttp-json-rpc',
7+
include_package_data=True,
78
version='0.12.1',
89
author='Florian Scherf',
910
url='https://github.com/pengutronix/aiohttp-json-rpc/',

0 commit comments

Comments
 (0)