tune setup.py

This commit is contained in:
chrys 2017-05-25 13:59:59 +02:00
parent 6e8a275588
commit 2128b3051d

View File

@ -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'),