Changeset 291


Ignore:
Timestamp:
03/10/10 19:33:49 (2 years ago)
Author:
takanori
Message:

modify setup information

Location:
Products.ATGoogleMaps/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Products.ATGoogleMaps/trunk/README.txt

    r214 r291  
    1212   Or remove it if not used. 
    1313 
    14 - Code repository: http://svn.somewhere.com/... 
     14- Code repository: http://svn.takanory.net/repos/Products.ATGoogleMaps/ 
    1515- Questions and comments to somemailing_list 
    1616- Report bugs at http://bug.somewhere.com/.. 
  • Products.ATGoogleMaps/trunk/setup.py

    r255 r291  
    99    return open(os.path.join(os.path.dirname(__file__), *rnames)).read() 
    1010 
    11 version = '0.6' 
     11version = read("Products", "ATGoogleMaps", "version.txt").strip() 
    1212 
    1313long_description = ( 
     
    4646        'License :: OSI Approved :: GNU General Public License (GPL)', 
    4747        ], 
    48       keywords='', 
    49       author='Manabu Terada', 
    50       author_email='plone-developers@lists.sourceforge.net', 
    51       url='http://svn.plone.org/svn/plone/plone.example', 
     48      keywords='Plone ATGoogleMaps', 
     49      author='Takanori Suzuki', 
     50      author_email='takanori@takanory.net', 
     51      url='http://plone.org/products/atgooglemaps', 
    5252      license='GPL', 
    5353      packages=find_packages(exclude=['ez_setup']), 
Note: See TracChangeset for help on using the changeset viewer.