summaryrefslogtreecommitdiff
path: root/pcr/paraboley/setup.py
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-09 16:11:54 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-09 16:11:54 -0500
commitbe3305238862e3bc64b1bb75cb4419d736c4f64b (patch)
tree688a010edfc4ad7c9d4ec25d21f703afc1730619 /pcr/paraboley/setup.py
parent257721d322327988199800d48f49a8f0239f1eb8 (diff)
Removing paraboley: This package is in libre repo
Diffstat (limited to 'pcr/paraboley/setup.py')
-rw-r--r--pcr/paraboley/setup.py17
1 files changed, 0 insertions, 17 deletions
diff --git a/pcr/paraboley/setup.py b/pcr/paraboley/setup.py
deleted file mode 100644
index c80486ce1..000000000
--- a/pcr/paraboley/setup.py
+++ /dev/null
@@ -1,17 +0,0 @@
-import os
-from setuptools import setup
-
-def read(fname):
- return open(os.path.join(os.path.dirname(__file__), fname)).read()
-
-setup(
- name="Paraboley",
- version="0.1",
- author="Aurélien DESBRIÈRES",
- author_email="aurelien@hackers.camp",
- description="A simple python scrip to display an Parabola GNU / Linux-libre logo in ASCII art along with basic system information.",
- license="GPL",
- url="https://github.com/XL04D/paraboley",
- long_description=read("README.md"),
- scripts=["paraboley"]
-)