Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsheep@atos.wmid.amu.edu.pl <sheep@atos.wmid.amu.edu.pl>2009-08-14 15:22:25 (GMT)
committer sheep@atos.wmid.amu.edu.pl <sheep@atos.wmid.amu.edu.pl>2009-08-14 15:22:25 (GMT)
commit2a52af6748c0a20539619aa5387626b051c1fce0 (patch)
treefdf78c84201b2f5a72a7aecdbd0bf8d728a8ec70
parentd2ef27760da22218fee7bd71d6908622be412eca (diff)
update setup metadata1.3.3
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index a4ca4bd..5f5e549 100755
--- a/setup.py
+++ b/setup.py
@@ -12,8 +12,8 @@ import hatta
config = dict(
name='Hatta',
version=hatta.__version__,
- url='http://hatta.sheep.art.pl/',
- download_url='http://sheep.art.pl/misc/hatta-%s/Hatta-%s.zip' % (
+ url='http://hatta-wiki.org/',
+ download_url='http://download.hatta-wiki.org/hatta-%s/Hatta-%s.zip' % (
hatta.__version__, hatta.__version__),
license='GNU General Public License (GPL)',
author='Radomir Dopieralski',