Skip to content

Commit

Permalink
Don't include kubernetes_tests/ and backport_packages/ in our wheel (a…
Browse files Browse the repository at this point in the history
…pache#10805)

Since 1.10.x we have added some new top-level folders that were getting
included in the build wheel!
  • Loading branch information
ashb authored Sep 8, 2020
1 parent 2811851 commit 7fd65d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ def do_setup():
long_description_content_type='text/markdown',
license='Apache License 2.0',
version=version,
packages=find_packages(exclude=['tests*']),
packages=find_packages(include=['airflow', 'airflow.*']),
package_data={
'airflow': ['py.typed'],
'': ['airflow/alembic.ini', "airflow/git_version", "*.ipynb",
Expand Down

0 comments on commit 7fd65d7

Please sign in to comment.