From 071bbc44de401cd264fe44a6ab330657b56ca329 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 10 Oct 2016 11:17:08 -0400 Subject: Tidy up. --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 84e752e..6986a28 100644 --- a/setup.py +++ b/setup.py @@ -6,12 +6,12 @@ def read(fname): setup( name="Paraboley", - version="0.2", + version="0.3", 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.", + description="A simple python script to display a Parabola GNU/Linux-libre logo in ASCII art along with basic system information.", license="GPL", - url="https://projects.parabola.nu/paraboley.git", + url="https://git.parabola.nu/packages/paraboley.git", long_description=read("README.md"), scripts=["paraboley"] ) -- cgit v1.2.2