@@ -24,7 +24,7 @@ def read(*names, **kwargs):
24
24
25
25
setup (
26
26
name = 'asn1' ,
27
- version = '2.0 .0' ,
27
+ version = '2.1 .0' ,
28
28
license = 'BSD' ,
29
29
description = 'Python-ASN1 is a simple ASN.1 encoder and decoder for Python 2.6+ and 3.3+.' ,
30
30
long_description = '%s\n %s' % (
@@ -40,25 +40,21 @@ def read(*names, **kwargs):
40
40
include_package_data = True ,
41
41
zip_safe = False ,
42
42
classifiers = [
43
- # complete classifier list: http://pypi.python.org/pypi?%3Aaction=list_classifiers
44
43
'Development Status :: 5 - Production/Stable' ,
45
44
'Intended Audience :: Developers' ,
46
- 'License :: OSI Approved :: BSD License' ,
45
+ 'License :: OSI Approved :: MIT License' ,
47
46
'Operating System :: Unix' ,
48
47
'Operating System :: POSIX' ,
49
48
'Operating System :: Microsoft :: Windows' ,
50
49
'Programming Language :: Python' ,
50
+ 'Programming Language :: Python :: 2.6' ,
51
51
'Programming Language :: Python :: 2.7' ,
52
52
'Programming Language :: Python :: 3' ,
53
53
'Programming Language :: Python :: 3.3' ,
54
54
'Programming Language :: Python :: 3.4' ,
55
55
'Programming Language :: Python :: 3.5' ,
56
56
'Programming Language :: Python :: Implementation :: CPython' ,
57
57
'Programming Language :: Python :: Implementation :: PyPy' ,
58
- # uncomment if you test on these interpreters:
59
- # 'Programming Language :: Python :: Implementation :: IronPython',
60
- # 'Programming Language :: Python :: Implementation :: Jython',
61
- # 'Programming Language :: Python :: Implementation :: Stackless',
62
58
'Topic :: Utilities' ,
63
59
],
64
60
keywords = [
0 commit comments