summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Rogers <lukeroge@gmail.com>2020-01-08 14:31:23 +0000
committerLuke Rogers <lukeroge@gmail.com>2020-01-08 14:31:23 +0000
commitaed0d8a768a1c431b52f0c34c097b48693329eb3 (patch)
tree35f855b167d1ad02799eb73e56658ac021feac81
parent8ad09120a1725de1103b45e8e7071d0917b32b88 (diff)
downloadcffi-Luke-Rogers/add-license-to-trove-classifiers-1578493878065.tar.gz
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
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',
],
)