[pypy-commit] cffi default: add license

fijal noreply at buildbot.pypy.org
Mon Jun 18 15:22:43 CEST 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r462:e70cacbaced4
Date: 2012-06-18 15:22 +0200
http://bitbucket.org/cffi/cffi/changeset/e70cacbaced4/

Log:	add license

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -35,6 +35,8 @@
     author='Armin Rigo, Maciej Fijalkowski',
     author_email='python-cffi at googlegroups.com',
 
+    license='MIT',
+
     features={
         'cextension': Feature(
             "fast c backend for cpython",


More information about the pypy-commit mailing list