From 2be9fec895099ed049c0c21059a24c3da90c50a1 Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Mon, 13 Dec 2010 12:48:50 +0100 Subject: [PATCH] state correct license --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e5f4432..11934dc 100644 --- a/setup.py +++ b/setup.py @@ -18,16 +18,16 @@ long_description=longdesc, classifiers=[ 'Development Status :: 5 - Production/Stable', - 'License :: OSI Approved :: Python Software Foundation License', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Topic :: Software Development', + 'License :: OSI Approved :: BSD License', ], keywords='html input widgets form compound array', author='BlueDynamics Alliance', author_email='dev@bluedynamics.com', url=u'https://github.com/bluedynamics/yafowil', - license='BSD simplified', + license='Simplified BSD', packages=find_packages('src'), package_dir = {'': 'src'}, namespace_packages=['yafowil'],