[pypy-commit] cffi Luke-Rogers/add-license-to-trove-classifiers-1578493878065: Add license to trove classifiers.

lukeroge pypy.commits at gmail.com
Sat Jan 18 05:50:05 EST 2020


Author: Luke Rogers <lukeroge at gmail.com>
Branch: Luke-Rogers/add-license-to-trove-classifiers-1578493878065
Changeset: r3328:343d86320d17
Date: 2020-01-08 14:31 +0000
http://bitbucket.org/cffi/cffi/changeset/343d86320d17/

Log:	Add license to trove classifiers.

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -246,5 +246,6 @@
             'Programming Language :: Python :: 3.6',
             'Programming Language :: Python :: Implementation :: CPython',
             'Programming Language :: Python :: Implementation :: PyPy',
+            'License :: OSI Approved :: MIT License',
         ],
     )


More information about the pypy-commit mailing list