blob: 2511770d6fd2c857394a382a15bfe7e52fff7965 (
plain)
1
2
3
4
5
6
7
|
# $NetBSD: install.py,v 1.2 2022/08/25 19:56:07 rillig Exp $
#
# Fake implementation of setuptools.command.install.
#
# https://github.com/pypa/setuptools/blob/main/setuptools/command/install.py
# used by pkgsrc package wip/pytorch 1.12.0
|