Revision 4c3bae3b setup.py

b/setup.py
50 50
setup(
51 51
    name='kamaki',
52 52
    version=kamaki.__version__,
53
    description='A command-line tool for managing clouds',
53
    description='A command-line tool for managing www.synnefo.org clouds',
54 54
    long_description=open('README.rst').read(),
55 55
    url='http://code.grnet.gr/projects/kamaki',
56
    download_url='https://code.grnet.gr/projects/kamaki/files',
56 57
    license='BSD',
57 58
    author='Synnefo development team',
58 59
    author_email='synnefo-devel@googlegroups.com',
......
72 73
        'kamaki.clients.compute',
73 74
        'kamaki.clients.cyclades',
74 75
    ],
76
    classifiers=[
77
        'Operating System :: OS Independent',
78
        'Programming Language :: Python :: 2.6',
79
        'Programming Language :: Python :: 2.7',
80
        'Intended Audience :: Developers',
81
        'Intended Audience :: System Administrators',
82
        'Environment :: Console',
83
        'License :: OSI Approved :: BSD License',
84
        'Natural Language :: English',
85
        'Topic :: System :: Shells',
86
        'Topic :: Software Development :: Libraries :: Python Modules',
87
        'Topic :: Utilities'
88
        ],
75 89
    include_package_data=True,
76 90
    entry_points={
77 91
        'console_scripts': ['kamaki = kamaki.cli:main']

Also available in: Unified diff