Changeset 350

Show
Ignore:
Timestamp:
12/29/07 09:51:27 (1 year ago)
Author:
astraw
Message:

minor updates

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wxvalidatedtext/motmot.wxvalidatedtext.egg-info/stdeb.cfg

    r330 r350  
    1 [wxvalidatedtext] 
    2 Package: python-wxvalidatedtext 
     1[DEFAULT] 
    32#Depends: # should probably put some version of wxpython here! 
  • trunk/wxvalidatedtext/setup.py

    r330 r350  
    11from setuptools import setup, find_packages 
    2  
    3 import os, sys 
    42 
    53setup(name='motmot.wxvalidatedtext', 
     
    86      author_email='strawman@astraw.com', 
    97      license='BSD', 
    10       version='0.5.1', # keep in sync with wxvalidatedtext/wxvalidatedtext.py 
     8      version='0.5.1', # keep in sync with motmot/wxvalidatedtext/wxvalidatedtext.py 
    119      zip_safe=True, 
    1210