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

Implemented versioning by version.txt

parent ca6dd12c
Branches
Tags
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
......@@ -18,12 +18,15 @@
from setuptools import setup, find_packages
# Define package version
version = open("version.txt").read().rstrip()
# The only thing we do in this file is to call the setup() function with all
# parameters that define our package.
setup(
name='bob.db.mnist',
version='2.0.0a0',
version=version,
description='MNIST Database Access API for Bob',
url='https://pypi.python.org/pypi/bob.db.mnist',
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