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():
3131
3232setup (
3333 name = 'python-interface' ,
34- version = '1.0 .0' ,
34+ version = '1.1 .0' ,
3535 description = "Pythonic Interface definitions" ,
3636 author = "Scott Sanderson" ,
3737 author_email = "scott.b.sanderson90@gmail.com" ,
3838 packages = find_packages (),
3939 long_description = long_description ,
4040 license = 'Apache 2.0' ,
4141 classifiers = [
42- 'Development Status :: 3 - Alpha ' ,
42+ 'Development Status :: 5 - Production/Stable ' ,
4343 'License :: OSI Approved :: Apache Software License' ,
4444 'Natural Language :: English' ,
45+ 'Programming Language :: Python :: 2.7' ,
4546 'Programming Language :: Python :: 3.4' ,
4647 'Programming Language :: Python :: 3.5' ,
47- 'Programming Language :: Python :: 3 :: Only' ,
4848 'Topic :: Software Development :: Pre-processors' ,
4949 ],
5050 url = 'https://github.com/ssanderson/interface' ,
You can’t perform that action at this time.
0 commit comments