Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/thirdparty/cairoplot-trunk/trunk/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/cairoplot-trunk/trunk/setup.py')
-rwxr-xr-xthirdparty/cairoplot-trunk/trunk/setup.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/thirdparty/cairoplot-trunk/trunk/setup.py b/thirdparty/cairoplot-trunk/trunk/setup.py
deleted file mode 100755
index 328b2f2..0000000
--- a/thirdparty/cairoplot-trunk/trunk/setup.py
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/env python
-'''Cairoplot installation script.'''
-
-from distutils.core import setup
-import os
-
-setup(
- description='Cairoplot',
- license='GNU LGPL 2.1',
- long_description='''
- Using Python and PyCairo to develop a module to plot graphics in an
- easy and intuitive way, creating beautiful results for presentations.
- ''',
- name='Cairoplot',
- py_modules=['cairoplot','series'],
- url='http://linil.wordpress.com/2008/09/16/cairoplot-11/',
- version='1.1',
- )
-