[pypy-commit] cffi default: Merged in lukeroge/cffi/Luke-Rogers/add-license-to-trove-classifiers-1578493878065 (pull request #99)

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


Author: Armin Rigo <armin.rigo at gmail.com>
Branch: 
Changeset: r3329:30e8b8974143
Date: 2020-01-18 10:49 +0000
http://bitbucket.org/cffi/cffi/changeset/30e8b8974143/

Log:	Merged in lukeroge/cffi/Luke-Rogers/add-license-to-trove-
	classifiers-1578493878065 (pull request #99)

	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