Revision 5adcc57e snf-common/setup.py

b/snf-common/setup.py
49 49
VERSION = __version__
50 50
README = open(os.path.join(HERE, 'README')).read()
51 51
CHANGES = open(os.path.join(HERE, 'Changelog')).read()
52
SHORT_DESCRIPTION = 'Package short description'
52
SHORT_DESCRIPTION = 'Base layer for all of Synnefo related software'
53 53

  
54 54
PACKAGES_ROOT = '.'
55 55
PACKAGES = find_packages(PACKAGES_ROOT, exclude=['okeanos_site'])
......
71 71
    name = 'snf-common',
72 72
    version = VERSION,
73 73
    license = 'BSD',
74
    url = 'http://code.grnet.gr/',
74
    url = 'http://www.synnefo.org/',
75 75
    description = SHORT_DESCRIPTION,
76 76
    long_description=README + '\n\n' +  CHANGES,
77 77
    classifiers = CLASSIFIERS,

Also available in: Unified diff