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

Implemented versioning by version.txt

parent 89b9583c
No related branches found
No related tags found
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
......@@ -12,11 +12,12 @@ from bob.blitz.extension import Extension, Library, build_ext
from bob.extension.utils import load_requirements
build_requires = load_requirements()
# Define package version
version = open("version.txt").read().rstrip()
packages = ['boost']
boost_modules = ['system']
version = '2.0.0a0'
setup(
name='bob.learn.mlp',
......
2.0.0a3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment