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

Implemented versioning by version.txt

parent 43b7d05b
Branches
Tags
No related merge requests found
include LICENSE README.rst bootstrap.py buildout.cfg requirements.txt
include LICENSE README.rst bootstrap.py buildout.cfg requirements.txt version.txt
recursive-include doc conf.py *.rst
recursive-include bob *.cpp *.h
......@@ -13,7 +13,8 @@ from bob.extension.utils import uniq, find_library
from bob.extension.utils import load_requirements
build_requires = load_requirements()
import os
# Define package version
version = open("version.txt").read().rstrip()
def get_flags(keys):
"""Returns link/include flags for LAPACK/BLAS based on what NumPy uses
......@@ -127,8 +128,6 @@ print(" * linking arguments: %s" % ', '.join(math_flags['extra_link_args']))
print(" * libraries: %s" % ', '.join(math_flags['libraries']))
print(" * library directories: %s\n" % ', '.join(math_flags['library_dirs']))
version = '2.0.0a0'
setup(
name='bob.math',
......
2.0.0a3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment