From 2128b3051d543b087985d2273bdb34c6e2b37e69 Mon Sep 17 00:00:00 2001 From: chrys Date: Thu, 25 May 2017 13:59:59 +0200 Subject: [PATCH] tune setup.py --- setup.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 996801f1..f2fe4710 100755 --- a/setup.py +++ b/setup.py @@ -6,17 +6,15 @@ from setuptools import setup def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() - - setup( # Application name: name="fenrir", # Version number (initial): - version="0.1a", + version="1.5a", # Application author details: - author="Chrys and others", - author_email="chrys87@web.de", + author="Chrys, storm_dragon, Jeremiah and others", + author_email="christian.hempfling@linux-a11y.org", # Packages packages=find_packages('src/fenrir'),