We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20ba95f commit 8460273Copy full SHA for 8460273
CHANGELOG.md
@@ -143,6 +143,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
143
- Update documentation index, quick start and guide pages (#67).
144
145
### Fixed
146
+- Package build (#238).
147
148
## 0.9.0 - 2022-06-20
149
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