@@ -7,22 +7,27 @@ def main():
77
88 setup (name = 'sshch' ,
99 author = 'zlaxy' ,
10+ 1011 url = 'https://github.com/zlaxy/sshch/' ,
11- description = 'Ssh connection manager' ,
12+ description = 'Ssh connection and aliases manager' ,
13+ long_description = 'SSH connection and aliases manager with curses and command line interface' ,
14+ long_description_content_type = 'text/x-rst' ,
1215 license = 'DWTWL 2.55' ,
13- version = '0.999 ' ,
16+ version = '1.0 ' ,
1417 py_modules = ['sshch' ],
1518 scripts = ['sshch/sshch' ],
19+ keywords = 'sshch ssh aliases manager' ,
20+ python_requires = '>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, <4' ,
1621
1722 # http://pypi.python.org/pypi?%3Aaction=list_classifiers
1823 classifiers = [
19- 'Development Status :: 4 - Beta ' ,
24+ 'Development Status :: 5 - Production/Stable ' ,
2025 'Environment :: Console :: Curses' ,
2126 'Intended Audience :: System Administrators' ,
2227 'License :: Freeware' ,
2328 'Natural Language :: English' ,
2429 'Operating System :: POSIX' ,
25- 'Programming Language :: Python :: 2.7 ' ,
30+ 'Programming Language :: Python' ,
2631 'Topic :: Internet' ,
2732 'Topic :: System :: Networking' ,
2833 'Topic :: System :: Systems Administration' ,
0 commit comments