Skip to content

Commit c380a47

Browse files
authored
Merge pull request #733 from lupko/flight-fixes
fix: include logging ini file in built wheel
2 parents 7c3d1a5 + 32c2edc commit c380a47

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

gooddata-flight-server/MANIFEST.in

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# (C) 2024 GoodData Corporation
22
graft gooddata_flight_server
3+
4+
include gooddata_flight_server/server/default.logging.ini
5+
global-exclude *~ *.py[cod] *.so

gooddata-flight-server/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
license_files=("LICENSE.txt",),
3131
install_requires=REQUIRES,
3232
packages=find_packages(exclude=["tests*"]),
33+
include_package_data=True,
3334
python_requires=">=3.8.0",
3435
project_urls={
3536
"Documentation": "https://gooddata-flight-server.readthedocs.io/en/v1.21.0",

0 commit comments

Comments
 (0)