We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c3d1a5 + 32c2edc commit c380a47Copy full SHA for c380a47
gooddata-flight-server/MANIFEST.in
@@ -1,2 +1,5 @@
1
# (C) 2024 GoodData Corporation
2
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
@@ -30,6 +30,7 @@
30
license_files=("LICENSE.txt",),
31
install_requires=REQUIRES,
32
packages=find_packages(exclude=["tests*"]),
33
+ include_package_data=True,
34
python_requires=">=3.8.0",
35
project_urls={
36
"Documentation": "https://gooddata-flight-server.readthedocs.io/en/v1.21.0",
0 commit comments