From 659ef0465a4411db19bff0031a9413e32befa111 Mon Sep 17 00:00:00 2001 From: Chesars Date: Mon, 9 Feb 2026 15:04:16 -0300 Subject: [PATCH] Cleanup metadata dunders from __init__.py --- multipart/__init__.py | 2 +- python_multipart/__init__.py | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/multipart/__init__.py b/multipart/__init__.py index 67f0e5b..a10325f 100644 --- a/multipart/__init__.py +++ b/multipart/__init__.py @@ -21,4 +21,4 @@ else: warnings.warn("Please use `import python_multipart` instead.", PendingDeprecationWarning, stacklevel=2) from python_multipart import * - from python_multipart import __all__, __author__, __copyright__, __license__, __version__ + from python_multipart import __all__, __version__ diff --git a/python_multipart/__init__.py b/python_multipart/__init__.py index 7348c21..c01d148 100644 --- a/python_multipart/__init__.py +++ b/python_multipart/__init__.py @@ -1,7 +1,3 @@ -# This is the canonical package information. -__author__ = "Andrew Dunham" -__license__ = "Apache" -__copyright__ = "Copyright (c) 2012-2013, Andrew Dunham" __version__ = "0.0.22" from .multipart import (