Changeset 1127 in products for quintagroup.canonicalpath/trunk


Ignore:
Timestamp:
Jul 22, 2009 12:06:16 PM (15 years ago)
Author:
koval
Message:

removed *.egg-info directory, fixed version and added requirement in setup.py

Location:
quintagroup.canonicalpath/trunk
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.canonicalpath/trunk

    • Property svn:ignore set to
      *.egg-info
  • quintagroup.canonicalpath/trunk/setup.py

    r792 r1127  
    22import os 
    33 
    4 version = '0.2 dev' 
     4version = '0.2' 
    55 
    66setup(name='quintagroup.canonicalpath', 
     
    2525      install_requires=[ 
    2626          'setuptools', 
    27           # -*- Extra requirements: -*- 
     27          'archetypes.schemaextender', 
    2828      ], 
    2929      entry_points=""" 
     
    3131      """, 
    3232      ) 
     33  
Note: See TracChangeset for help on using the changeset viewer.