From 596baf3dbb79cc2b14dc707350597f022b59b6ad Mon Sep 17 00:00:00 2001 From: benleb Date: Sat, 25 Oct 2014 09:53:53 +0200 Subject: [PATCH] change author details in setup.py --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 423af82..911fe02 100644 --- a/setup.py +++ b/setup.py @@ -11,11 +11,11 @@ 'Topic :: System :: Hardware'] setup(name= 'PyGlow', - version= '0.5', - author= 'Ben', - author_email= 'ben@email.goes.here', + version= '0.2', + author= 'Ben Lebherz', + author_email= 'git@benleb.de', description= 'A module to control the PiGlow Raspberry Pi Addon Board', - long_description= 'A module to control the PiGlow Raspberry Pi Addon Board', + long_description= 'A module to control the PiGlow Raspberry Pi Addon Board from Pimoroni', license= 'MIT', keywords= 'Raspberry Pi PiGlow', url= 'https://github.com/benleb/PyGlow',