Skip to content
Snippets Groups Projects
Commit ee9890b1 authored by Andreas Dedner's avatar Andreas Dedner
Browse files

use correct version number for python package

parent 99fd871e
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@ from setuptools import setup, find_packages
setup(name="dune.istl",
namespace_packages=['dune'],
description="Python lib for dune: dune-alugrid library",
version="${DUNE_PYTHON_VERSION}",
author="Robert Kloefkorn, Martin Alkaemper, Andreas Dedner and Martin Nolte",
version="${DUNE_ISTL_VERSION}",
author="Andreas Dedner and Martin Nolte",
packages = find_packages(),
zip_safe = 0,
package_data = {'': ['*.so']}
......
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