Revision ed8c7696 snf-common/setup.py

b/snf-common/setup.py
45 45

  
46 46
# Package info
47 47
VERSION = __version__
48
README = open(os.path.join(HERE, 'README')).read()
49 48
SHORT_DESCRIPTION = 'Common infrastructure for all Synnefo components'
50 49

  
51 50
PACKAGES_ROOT = '.'
......
71 70
    license='BSD',
72 71
    url='http://www.synnefo.org/',
73 72
    description=SHORT_DESCRIPTION,
74
    long_description=README,
75 73
    classifiers=CLASSIFIERS,
76 74

  
77 75
    author='Synnefo development team',

Also available in: Unified diff