Revision 3eea2bc3 snf-webproject/setup.py

b/snf-webproject/setup.py
1
# Copyright 2011 GRNET S.A. All rights reserved.
1
# Copyright 2011, 2012, 2013 GRNET S.A. All rights reserved.
2 2
#
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
......
50 50
VERSION = __version__
51 51
README = open(os.path.join(HERE, 'README')).read()
52 52
CHANGES = open(os.path.join(HERE, 'Changelog')).read()
53
SHORT_DESCRIPTION = "Helper package to ease up the deployment of "\
54
                    " components."
53
SHORT_DESCRIPTION = "Synnefo common infrastructure for Django"
55 54

  
56 55
PACKAGES_ROOT = "."
57 56
PACKAGES = find_packages(PACKAGES_ROOT)
......
187 186
    extras_require=EXTRAS_REQUIRES,
188 187
    tests_require=TESTS_REQUIRES,
189 188

  
190
    dependency_links=['http://docs.dev.grnet.gr/pypi'],
189
    dependency_links=['http://www.synnefo.org/packages/pypi'],
191 190

  
192 191
    entry_points={
193 192
     'console_scripts': [

Also available in: Unified diff