File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 23
23
"""
24
24
25
25
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
31
26
32
27
# Get package version
33
28
from dfogn import __version__
40
35
author = 'Lindon Roberts' ,
41
36
42
37
url = "https://github.com/numericalalgorithmsgroup/dfogn/" ,
38
+ download_url = "https://github.com/numericalalgorithmsgroup/dfogn/archive/0.1.tar.gz" ,
43
39
packages = ['dfogn' ],
44
40
license = 'GNU GPL' ,
45
41
keywords = "mathematics derivative free optimization nonlinear least squares" ,
You can’t perform that action at this time.
0 commit comments