blob: b325f90ad3d316f878cc7ea5249a222991f9972b (
plain)
1
2
3
4
5
6
7
8
9
|
SUMMARY = "A streaming multipart parser for Python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3d98f0d58b28321924a89ab60c82410e"
SRC_URI[sha256sum] = "1d377f074b69a47dd204c990de57a7cf03d9b85695a3e57faec32d54b78e3e48"
inherit pypi python_hatchling
PYPI_PACKAGE = "python_multipart"
|