Changeset 291
- Timestamp:
- 03/10/10 19:33:49 (2 years ago)
- Location:
- Products.ATGoogleMaps/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Products.ATGoogleMaps/trunk/README.txt
r214 r291 12 12 Or remove it if not used. 13 13 14 - Code repository: http://svn. somewhere.com/...14 - Code repository: http://svn.takanory.net/repos/Products.ATGoogleMaps/ 15 15 - Questions and comments to somemailing_list 16 16 - Report bugs at http://bug.somewhere.com/.. -
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.
