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

Implemented versioning by version.txt

parent 072a435e
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 doc conf.py *.rst
recursive-include bob/learn/activation *.cpp *.h recursive-include bob/learn/activation *.cpp *.h
...@@ -12,11 +12,12 @@ from bob.blitz.extension import Extension, Library, build_ext ...@@ -12,11 +12,12 @@ from bob.blitz.extension import Extension, Library, build_ext
from bob.extension.utils import load_requirements from bob.extension.utils import load_requirements
build_requires = load_requirements() build_requires = load_requirements()
# Define package version
version = open("version.txt").read().rstrip()
packages = ['boost'] packages = ['boost']
boost_modules = ['system'] boost_modules = ['system']
version = '2.0.0a0'
setup( setup(
name='bob.learn.activation', name='bob.learn.activation',
......
2.0.0a3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment