We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef3d898 commit 256e653Copy full SHA for 256e653
setup.py
@@ -72,6 +72,7 @@ def find_version(*file_paths):
72
name="tarantool",
73
packages=["tarantool"],
74
package_dir={"tarantool": os.path.join("tarantool")},
75
+ include_package_data=True,
76
version=find_version('tarantool', '__init__.py'),
77
platforms=["all"],
78
author="tarantool-python AUTHORS",
0 commit comments