Revision b596cc50

b/snf-pithos-webclient/setup.py
1 1
#!/usr/bin/env python
2

  
3
# Copyright 2011-2012 GRNET S.A. All rights reserved.
2
# Copyright 2011-2014 GRNET S.A. All rights reserved.
4 3
#
5 4
# Redistribution and use in source and binary forms, with or
6 5
# without modification, are permitted provided that the following
......
53 52
VERSION = __version__
54 53
README = open(os.path.join(HERE, 'README')).read()
55 54
CHANGES = open(os.path.join(HERE, 'Changelog')).read()
56
SHORT_DESCRIPTION = 'Package short description'
55
SHORT_DESCRIPTION = 'Frontend web application for Pithos+'
57 56

  
58 57
PACKAGES_ROOT = '.'
59 58
PACKAGES = find_packages(PACKAGES_ROOT)
......
269 268
    name='snf-pithos-webclient',
270 269
    version=VERSION,
271 270
    license='BSD',
272
    url='http://code.grnet.gr/projects/pithos-web-client',
271
    url='http://www.synnefo.org/',
273 272
    description=SHORT_DESCRIPTION,
274 273
    long_description=README + '\n\n' + CHANGES,
275 274
    classifiers=CLASSIFIERS,
276
    author='GRNET',
277
    author_email='pithos@grnet.gr',
275
    author='Synnefo development team',
276
    author_email='synnefo-devel@googlegroups.com',
277
    maintainer='Synnefo development team',
278
    maintainer_email='synnefo-devel@googlegroups.com',
278 279

  
279 280
    packages=find_packages(),
280 281
    include_package_data=True,

Also available in: Unified diff