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 2323"""
2424
2525from 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
3328from dfogn import __version__
4035 author = 'Lindon Roberts' ,
4136 author_email = 'lindon.roberts@maths.ox.ac.uk' ,
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" ,
You can’t perform that action at this time.
0 commit comments