Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2bc92a1

Browse files
committedOct 14, 2022
1 parent 0051dc4 commit 2bc92a1

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
@@ -72,6 +72,7 @@ def find_version(*file_paths):
7272
name="tarantool",
7373
packages=["tarantool"],
7474
package_dir={"tarantool": os.path.join("tarantool")},
75+
include_package_data=True,
7576
version=find_version('tarantool', '__init__.py'),
7677
platforms=["all"],
7778
author="tarantool-python AUTHORS",

0 commit comments

Comments
 (0)
Please sign in to comment.