From 34944499f501fd87b51902102fbbd971b7eecdc3 Mon Sep 17 00:00:00 2001 From: Lindon Roberts Date: Wed, 13 Sep 2017 11:11:47 +0100 Subject: [PATCH] Added 0.1 tag download location --- setup.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 65e9033..defb707 100644 --- a/setup.py +++ b/setup.py @@ -23,11 +23,6 @@ """ from setuptools import setup -# http://python-packaging.readthedocs.io/en/latest/index.html -# Have already run: sudo pip3 install -e . <-- installs DFOGN as package on this system (linked to this source folder) -# Test: python3 setup.py test - -# List of classifiers: https://pypi.python.org/pypi?%3Aaction=list_classifiers # Get package version from dfogn import __version__ @@ -40,6 +35,7 @@ author='Lindon Roberts', author_email='lindon.roberts@maths.ox.ac.uk', url="https://github.com/numericalalgorithmsgroup/dfogn/", + download_url="https://github.com/numericalalgorithmsgroup/dfogn/archive/0.1.tar.gz", packages=['dfogn'], license='GNU GPL', keywords = "mathematics derivative free optimization nonlinear least squares",