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

Implemented versioning by version.txt

parent 9d3075e4
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 doc conf.py *.rst
recursive-include bob *.cpp *.h recursive-include bob *.cpp *.h
...@@ -14,8 +14,10 @@ include_dir = os.path.join(package_dir, 'bob', 'ip', 'draw', 'include') ...@@ -14,8 +14,10 @@ include_dir = os.path.join(package_dir, 'bob', 'ip', 'draw', 'include')
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']
version = '2.0.0a0'
setup( setup(
......
2.0.0a3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment