blob: bc35600c6985ece10f8603443228df9dd7ba21d6 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001#!/bin/sh
2
3[ "$1" = python3-setuptools ] || exit 0
4
5python3 -c 'from setuptools import setup'