remove configure.configure, use __version__, remove getRevision() (#94)

* remove configure.configure, use __version__, remove getRevision()

* remove empty configure/ directory

* remove morituri.configure imports
This commit is contained in:
Samantha Baldwin
2016-12-31 10:41:18 -05:00
committed by JoeLametta
parent ee298906ac
commit 976e1bdca2
11 changed files with 21 additions and 65 deletions

View File

@@ -1,9 +1,11 @@
from setuptools import setup, find_packages
from os import system, makedirs, environ
import morituri
setup(
name="whipper",
version="0.4.0",
version=morituri.__version__,
description="a secure cd ripper preferring accuracy over speed",
author=['Thomas Vander Stichele', 'Joe Lametta', 'Samantha Baldwin'],
maintainer=['Joe Lametta', 'Samantha Baldwin'],