We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c65fae commit 3494449Copy full SHA for 3494449
setup.py
@@ -23,11 +23,6 @@
23
"""
24
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
32
# Get package version
33
from dfogn import __version__
@@ -40,6 +35,7 @@
40
35
author='Lindon Roberts',
41
36
author_email='[email protected]',
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
license='GNU GPL',
45
keywords = "mathematics derivative free optimization nonlinear least squares",
0 commit comments