From aed0d8a768a1c431b52f0c34c097b48693329eb3 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Wed, 8 Jan 2020 14:31:23 +0000 Subject: Add license to trove classifiers. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a5e9114..2c7e569 100644 --- a/setup.py +++ b/setup.py @@ -246,5 +246,6 @@ Contact 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', + 'License :: OSI Approved :: MIT License', ], ) -- cgit v1.2.1