Skip to content
Snippets Groups Projects
Commit 75fb7f3d authored by Manuel Günther's avatar Manuel Günther
Browse files

Implemented versioning by version.txt

parent 3ff3ca7e
No related branches found
No related tags found
No related merge requests found
include README.rst bootstrap.py buildout.cfg COPYING
include README.rst bootstrap.py buildout.cfg COPYING version.txt
recursive-include doc *.py *.rst
recursive-include bob *.lst
......@@ -19,10 +19,13 @@
from setuptools import setup, find_packages
# Define package version
version = open("version.txt").read().rstrip()
setup(
name='bob.db.voxforge',
version='2.0.0a0',
version=version,
description='Speaker verification protocol on a subset of the VoxForge database',
url='http://pypi.python.org/pypi/bob.db.voxforge',
license='GPLv3',
......
2.0.0a3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment