diff options
author | Alex Stapleton <alexs@prol.etari.at> | 2014-11-06 14:40:11 +0000 |
---|---|---|
committer | Alex Stapleton <alexs@prol.etari.at> | 2014-11-06 14:40:11 +0000 |
commit | 4a779f069d0280f2ad531526086e898a1c05e7d7 (patch) | |
tree | bac709a8aaff32c8a3385d85b0b2afcf79e68f35 /setup.py | |
parent | ec60e31c37a04f773e65d98e83ba9d5b05d4950f (diff) | |
parent | d2cb974e4503198dd4149be2ca3da61b7fa7a48c (diff) | |
download | cryptography-4a779f069d0280f2ad531526086e898a1c05e7d7.tar.gz cryptography-4a779f069d0280f2ad531526086e898a1c05e7d7.tar.bz2 cryptography-4a779f069d0280f2ad531526086e898a1c05e7d7.zip |
Merge pull request #1458 from alex/setup-py-license
Update the license in setup.py
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -304,6 +304,7 @@ setup( classifiers=[ "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", + "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", |