Changeset 291 for Products.ATGoogleMaps/trunk/setup.py
- Timestamp:
- 03/10/10 19:33:49 (2 years ago)
- File:
-
- 1 edited
-
Products.ATGoogleMaps/trunk/setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Products.ATGoogleMaps/trunk/setup.py
r255 r291 9 9 return open(os.path.join(os.path.dirname(__file__), *rnames)).read() 10 10 11 version = '0.6'11 version = read("Products", "ATGoogleMaps", "version.txt").strip() 12 12 13 13 long_description = ( … … 46 46 'License :: OSI Approved :: GNU General Public License (GPL)', 47 47 ], 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', 52 52 license='GPL', 53 53 packages=find_packages(exclude=['ez_setup']),
Note: See TracChangeset
for help on using the changeset viewer.
