Skip to content

Commit

Permalink
Added 0.1 tag download location
Browse files Browse the repository at this point in the history
  • Loading branch information
lindonroberts committed Sep 13, 2017
1 parent 5c65fae commit 3494449
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand All @@ -40,6 +35,7 @@
author='Lindon Roberts',
author_email='[email protected]',
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",
Expand Down

0 comments on commit 3494449

Please sign in to comment.