We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d35e1 commit 688ec61Copy full SHA for 688ec61
setup.py
@@ -105,6 +105,8 @@ def get_requirements(env):
105
cmdclass=cmdclass,
106
license="BSL-1.1",
107
include_package_data=True,
108
+ package_data={"sentry": ["static/sentry/dist/**"]},
109
+ exclude_package_data={"sentry": ["static/sentry/**"]},
110
entry_points={
111
"console_scripts": ["sentry = sentry.runner:main"],
112
"sentry.apps": [
0 commit comments