fixed wrong link in setup.py and readme

git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@51 cfb8ba98-e953-0410-9cff-959ffddf5974

committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>

--HG--
extra : convert_revision : 186cfedaed9e86360460eb6b831e0734c995f630
This commit is contained in:
leidel 2008-09-10 19:29:32 +00:00
parent b9fd0c4466
commit df4cd6eefc
2 changed files with 2 additions and 2 deletions

View file

@ -52,4 +52,4 @@ Support
Please leave your questions and messages on the designated Google Code site:
http://code.google.com/p/django-databasetemplateloader/
http://code.google.com/p/django-dbtemplates/

View file

@ -7,7 +7,7 @@ setup(
long_description=open('README.rst').read(),
author='Jannis Leidel',
author_email='jannis@leidel.info',
url='http://code.google.com/p/django-databasetemplateloader/',
url='http://code.google.com/p/django-dbtemplates/',
scripts=['dbtemplates/sync_templates.py',],
packages=[
'dbtemplates',