Changeset 1511 in products


Ignore:
Timestamp:
Jan 4, 2010 5:41:08 PM (14 years ago)
Author:
mylan
Message:

Fix url of the package in the setup.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.zopeskel.blayer/trunk/setup.py

    r1508 r1511  
    44version = '0.1' 
    55 
    6 setup(name='quintagroup.zopeskel.blayout', 
     6setup(name='quintagroup.zopeskel.blayer', 
    77      version=version, 
    88      description="Browser Layout subtemplate for Archetype template", 
     
    1616      author='Quintagroup', 
    1717      author_email='mylan at quintagroup.com', 
    18       url='http://svn.quintagroup.com/paroducts/quintagroup.zopeskel.blayout', 
     18      url='http://svn.quintagroup.com/products/quintagroup.zopeskel.blayer', 
    1919      license='GPL', 
    2020      packages=find_packages(exclude=['ez_setup']), 
Note: See TracChangeset for help on using the changeset viewer.