summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2017-10-05 13:37:01 +0200
committerMatěj Cepl <mcepl@cepl.eu>2017-10-05 23:51:00 +0200
commit720d47b423d3732212c76c724fe3ec67c279f806 (patch)
treed5c200b343cfa082ad15923f9ee557fe5604f55e /setup.py
parent0b6842aa2a6d2e201468422927cf0fdbc33d8677 (diff)
downloadm2crypto-720d47b423d3732212c76c724fe3ec67c279f806.tar.gz
Fix metadata for new release.0.27.0
Also, fix licence (it is MIT, not BSD). Fixes #121
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 572c3e0..c070424 100644
--- a/setup.py
+++ b/setup.py
@@ -318,7 +318,7 @@ setuptools.setup(
version=__get_version(),
description='M2Crypto: A Python crypto and SSL toolkit',
long_description=long_description_text,
- license='BSD-style license',
+ license='MIT',
platforms=['any'],
author='Ng Pheng Siong',
author_email='ngps at sandbox rulemaker net',
@@ -328,6 +328,7 @@ setuptools.setup(
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
+ 'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: C',
'Programming Language :: Python',