# -*- 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
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",
])),
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",