Description: upgrade license to SPDX format
Origin: vendor
Last-Update: 2026-06-07

--- python-pause-0.3.orig/setup.py
+++ python-pause-0.3/setup.py
@@ -3,7 +3,7 @@ from distutils.core import setup
 setup(
     name='pause',
     version='0.3',
-    license='LICENSE.txt',
+    license='MIT',
     author='Jeremy Gillick',
     author_email='none@none.com',
     packages=['pause', 'pause.tests'],
@@ -14,7 +14,6 @@ setup(
     keywords='sleep timestamp datetime',
     classifiers=[
         'Development Status :: 5 - Production/Stable',
-        'License :: OSI Approved :: MIT License',
         'Natural Language :: English',
         'Programming Language :: Python :: 2.6',
         'Programming Language :: Python :: 2.7',
