Skip to content

Commit 3494449

Browse files
committed
Added 0.1 tag download location
1 parent 5c65fae commit 3494449

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@
2323
"""
2424

2525
from setuptools import setup
26-
# http://python-packaging.readthedocs.io/en/latest/index.html
27-
# Have already run: sudo pip3 install -e . <-- installs DFOGN as package on this system (linked to this source folder)
28-
# Test: python3 setup.py test
29-
30-
# List of classifiers: https://pypi.python.org/pypi?%3Aaction=list_classifiers
3126

3227
# Get package version
3328
from dfogn import __version__
@@ -40,6 +35,7 @@
4035
author='Lindon Roberts',
4136
author_email='[email protected]',
4237
url="https://github.com/numericalalgorithmsgroup/dfogn/",
38+
download_url="https://github.com/numericalalgorithmsgroup/dfogn/archive/0.1.tar.gz",
4339
packages=['dfogn'],
4440
license='GNU GPL',
4541
keywords = "mathematics derivative free optimization nonlinear least squares",

0 commit comments

Comments
 (0)