Skip to content

Commit

Permalink
chore: fix 'long_description_content_type' in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ahal committed Mar 28, 2024
1 parent a84b60c commit 0c66cea
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 @@ -20,7 +20,7 @@
version=version,
description="Mozilla-specific transforms and utilities for Taskgraph",
long_description=long_description,
long_description_content_type="text/x-md",
long_description_content_type="text/markdown",
url="https://github.com/mozilla-releng/mozilla-taskgraph",
packages=find_packages("src"),
package_dir={"": "src"},
Expand Down

1 comment on commit 0c66cea

@firefoxci-taskcluster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error! Details

TemplateError at template.tasks[0]["base_ref"]: $switch can only have one truthy condition

Please sign in to comment.