From ba9e6aca57c95202ffcc27b97aab7db866c52605 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Sat, 17 May 2014 11:41:32 +0200 Subject: [PATCH] Re-brand setup.py --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index e8042f9..792f01e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # -*- coding: utf8 -*- # vim:fileencoding=utf8 ai ts=4 sts=4 et sw=4 -"""Setuptools setup.py file for naja.""" +"""Setuptools setup.py file for Robolock II.""" from setuptools import setup, find_packages @@ -16,9 +16,9 @@ except ImportError: VERSION_STR = "0.1" setup( - name="naja", + name="robolock-II", version=VERSION_STR, - description="naja: Game for PyWeek 18", + description="Robolock II - a puzzle game", author=(", ".join([ "Simon Cross", @@ -30,10 +30,10 @@ setup( ])), author_email="ctpug@googlegroups.com", - maintainer="Naja Team", + maintainer="Team Naja (CTPUG)", maintainer_email="ctpug@googlegroups.com", - url="http://ctpug.org.za/", + url="http://robolock.org/", download_url="http://ctpug.org.za/git/naja", license="MIT", -- 2.34.1