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 acdb5b3 commit cd231f2Copy full SHA for cd231f2
grayskull/strategy/pypi.py
@@ -63,9 +63,7 @@ class PypiStrategy(AbstractStrategy):
63
def fetch_data(recipe, config, sections=None):
64
update_recipe(recipe, config, sections or ALL_SECTIONS)
65
if not (recipe["build"] and recipe["build"]["script"]):
66
- recipe["build"]["script"] = (
67
- "<{ PYTHON }} -m pip install . -vv"
68
- )
+ recipe["build"]["script"] = "<{ PYTHON }} -m pip install . -vv"
69
70
71
def merge_pypi_sdist_metadata(
0 commit comments