Skip to content

Commit

Permalink
[dagster-airlift] Dep-less setup.py (#26091)
Browse files Browse the repository at this point in the history
## Summary & Motivation
Get rid of rich Airlift description within setup.py - make sure it's not
dependent on any other files which might not be downloaded as part of
the package for now.
  • Loading branch information
dpeng817 authored Nov 22, 2024
1 parent 41f3fab commit 5f3782d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python_modules/libraries/dagster-airlift/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ def get_version() -> str:
author="Dagster Labs",
author_email="[email protected]",
license="Apache-2.0",
description="Tooling to assist with migrating from Airflow to Dagster.",
long_description=Path("README.md").read_text(),
long_description_content_type="text/markdown",
description="A toolkit for observing integration and migration between Apache Airflow and Dagster.",
url=(
"https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/"
"dagster-airlift"
Expand Down

0 comments on commit 5f3782d

Please sign in to comment.