File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,20 +31,20 @@ def install_requires():
31
31
32
32
setup (
33
33
name = 'python-interface' ,
34
- version = '1.0 .0' ,
34
+ version = '1.1 .0' ,
35
35
description = "Pythonic Interface definitions" ,
36
36
author = "Scott Sanderson" ,
37
37
38
38
packages = find_packages (),
39
39
long_description = long_description ,
40
40
license = 'Apache 2.0' ,
41
41
classifiers = [
42
- 'Development Status :: 3 - Alpha ' ,
42
+ 'Development Status :: 5 - Production/Stable ' ,
43
43
'License :: OSI Approved :: Apache Software License' ,
44
44
'Natural Language :: English' ,
45
+ 'Programming Language :: Python :: 2.7' ,
45
46
'Programming Language :: Python :: 3.4' ,
46
47
'Programming Language :: Python :: 3.5' ,
47
- 'Programming Language :: Python :: 3 :: Only' ,
48
48
'Topic :: Software Development :: Pre-processors' ,
49
49
],
50
50
url = 'https://github.com/ssanderson/interface' ,
You can’t perform that action at this time.
0 commit comments