From 5b1b7d3b3d5ee5cf960e7dc8a5ea34c24becf7df Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Thu, 12 Jul 2018 13:56:54 -0400 Subject: [PATCH] Don't use hardcoded version. --- src/mlpack/bindings/python/setup.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mlpack/bindings/python/setup.py.in b/src/mlpack/bindings/python/setup.py.in index f73afe5d22..04d787c8f5 100644 --- a/src/mlpack/bindings/python/setup.py.in +++ b/src/mlpack/bindings/python/setup.py.in @@ -91,7 +91,7 @@ setup(name='mlpack', 'Topic :: Software Development :: Libraries :: Application Frameworks'], keywords='machine learning, data mining, deep learning, optimization', project_urls={ - 'Documentation': 'http://www.mlpack.org/docs/mlpack-3.0.0/python.html', + 'Documentation': 'http://www.mlpack.org/docs/mlpack-${PACKAGE_VERSION}/python.html', 'Source': 'https://github.com/mlpack/mlpack/', 'Tracker': 'https://github.com/mlpack/mlpack/issues'}, install_requires=['cython>=0.24', 'numpy', 'pandas'],