Changeset 632955 in indico


Ignore:
Timestamp:
01/08/10 16:59:39 (3 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, new-webex, prov-dual-interface, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
Children:
9f45f3, 3cdae1
Parents:
f6a629
Message:

[FIXED] description and long_description

  • in setup.py metadata
File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    rf6a629 r632955  
    346346 
    347347          version = _versionInit(), 
    348           description = "Indico allows you to schedule conferences, from single talks to complex meetings with sessions and contributions. It also includes an advanced user delegation mechanism, allows paper reviewing, archival of conference information and electronic proceedings", 
     348          description = "Indico is a full-featured conference lifecycle management and meeting/lecture scheduling tool", 
    349349          author = "Indico Team", 
    350350          author_email = "indico-team@cern.ch", 
     
    352352          download_url = "http://cdswaredev.cern.ch/indico/wiki/Releases/Indico0.97.0", 
    353353          platforms = ["any"], 
    354           long_description = "Integrated Digital Conference", 
     354          long_description = "Indico allows you to schedule conferences, from single talks to complex meetings with sessions and contributions. It also includes an advanced user delegation mechanism, allows paper reviewing, archival of conference information and electronic proceedings", 
    355355          license = "http://www.gnu.org/licenses/gpl-2.0.txt", 
    356356          package_dir = { '': 'indico' }, 
Note: See TracChangeset for help on using the changeset viewer.