Skip to content

Commit 8460273

Browse files
1 parent 20ba95f commit 8460273

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
143143
- Update documentation index, quick start and guide pages (#67).
144144

145145
### Fixed
146+
- Package build (#238).
146147

147148
## 0.9.0 - 2022-06-20
148149

setup.py

+1
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)