Skip to content

Commit

Permalink
state correct license
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Dec 13, 2010
1 parent 2ef605d commit 2be9fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -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'],
Expand Down

0 comments on commit 2be9fec

Please sign in to comment.