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 81ee349 commit e671907Copy full SHA for e671907
setup.py
@@ -37,9 +37,9 @@
37
description='A flexible derivative-free solver for (bound constrained) general objective minimization',
38
long_description=open('README.rst').read(),
39
author='Lindon Roberts',
40
- author_email='lindon.roberts@maths.ox.ac.uk',
+ author_email='lindon.roberts@sydney.edu.au',
41
url="https://github.com/numericalalgorithmsgroup/pybobyqa/",
42
- download_url="https://github.com/numericalalgorithmsgroup/pybobyqa/archive/v1.3.tar.gz",
+ download_url="https://github.com/numericalalgorithmsgroup/pybobyqa/archive/v1.4.tar.gz",
43
packages=['pybobyqa'],
44
license='GNU GPL',
45
keywords = "mathematics derivative free optimization",
0 commit comments