make setup.py initial work

This commit is contained in:
chrys
2017-05-25 13:43:43 +02:00
parent e39a5b301c
commit cb72dd0779
2 changed files with 59 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Fenrir TTY screen reader
# By Chrys, Storm Dragon, and contributers.
import os, sys
import __main__
version = 1.5
codename = 'gampert'