summaryrefslogtreecommitdiffstats
path: root/pychathans
diff options
context:
space:
mode:
authorRajeesh K Nambiar <rajeeshknambiar@gmail.com>2009-01-16 00:04:46 +0530
committerRajeesh K Nambiar <rajeeshknambiar@gmail.com>2009-01-16 00:04:46 +0530
commit61d862d702b7a88174c4105488b2035b82fae616 (patch)
tree3c15c4a8a6ecdb09e075dd384ceed5887c1ca162 /pychathans
parentdbb8a6cdedaef19cd051e521ebd7c6bb875df697 (diff)
downloadRachana.git-61d862d702b7a88174c4105488b2035b82fae616.tar.gz
Rachana.git-61d862d702b7a88174c4105488b2035b82fae616.tar.xz
Rachana.git-61d862d702b7a88174c4105488b2035b82fae616.zip
Re-organize Chathans files
Diffstat (limited to 'pychathans')
-rwxr-xr-xpychathans/chathans.py (renamed from pychathans/src/chathans)0
-rwxr-xr-xpychathans/setup.py19
-rwxr-xr-xpychathans/src/__init__.py6
3 files changed, 0 insertions, 25 deletions
diff --git a/pychathans/src/chathans b/pychathans/chathans.py
index 4738fe7..4738fe7 100755
--- a/pychathans/src/chathans
+++ b/pychathans/chathans.py
diff --git a/pychathans/setup.py b/pychathans/setup.py
deleted file mode 100755
index 5189449..0000000
--- a/pychathans/setup.py
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/env python
-"""Chathans is a GUI for the ASCII to Unicode converter, Payyans.It is written in PyGTK. """
-from distutils.core import setup
-
-doclines = __doc__.split("\n")
-setup(name='chathans',
- version='0.2',
- description=doclines[0],
- long_description = "\n".join(doclines[:]),
- platforms = ["Linux"],
- requires = ["payyans"],
- author='Rajeesh K Nambiar',
- author_email='rajeeshknambiar@gmail.com',
- url='http://wiki.smc.org.in/Chathans',
- license = 'http://www.gnu.org/copyleft/gpl.html',
- packages=['src'],
- data_files=[('/usr/bin',['src/chathans']),
- ('/usr/share/doc/chathans-0.2',['doc/README','doc/LICENSE'])]
- )
diff --git a/pychathans/src/__init__.py b/pychathans/src/__init__.py
deleted file mode 100755
index 558c00b..0000000
--- a/pychathans/src/__init__.py
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env python
-# Copyright 2008 Santhosh Thottingal <santhosh.thottingal@gmail.com>, Nishan Naseer <nishan.naseer@gmail.com>, Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
-# http://www.smc.org.in
-"""Chathans is a GUI for the ASCII to Unicode converter, Payyans.It is written in PyGTK."""
-
-__AUTHORS__ = [ ( "Rajeesh K Nambiar", "rajeeshknambiar@gmail.com")]