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