mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-03 16:52:39 +02:00
Fix the URLs in package metadata
This commit is contained in:
parent
f63ed48b0d
commit
68e5752503
1 changed files with 6 additions and 3 deletions
9
setup.py
9
setup.py
|
|
@ -133,8 +133,8 @@ setup(name = 'GPy',
|
||||||
long_description = desc,
|
long_description = desc,
|
||||||
license = "BSD 3-clause",
|
license = "BSD 3-clause",
|
||||||
keywords = "machine-learning gaussian-processes kernels",
|
keywords = "machine-learning gaussian-processes kernels",
|
||||||
url = "http://sheffieldml.github.com/GPy/",
|
url = "https://sheffieldml.github.io/GPy/",
|
||||||
download_url='https://github.com/SheffieldML/GPy/',
|
download_url='https://github.com/SheffieldML/GPy/archive/refs/heads/devel.zip',
|
||||||
ext_modules = ext_mods,
|
ext_modules = ext_mods,
|
||||||
packages = ["GPy",
|
packages = ["GPy",
|
||||||
"GPy.core",
|
"GPy.core",
|
||||||
|
|
@ -201,7 +201,10 @@ setup(name = 'GPy',
|
||||||
'Topic :: Software Development',
|
'Topic :: Software Development',
|
||||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||||
|
|
||||||
]
|
],
|
||||||
|
project_urls = {"Source Code": "https://github.com/SheffieldML/GPy",
|
||||||
|
"Bug Tracker": "https://github.com/SheffieldML/GPy/issues",
|
||||||
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue