Skip to content

Commit ea736e2

Browse files
committed
Update project urls
1 parent 743ca9f commit ea736e2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="tensorflow-riemopt",
6-
version="0.3.0",
6+
version="0.3.1",
77
description="a library for optimization on Riemannian manifolds",
88
long_description=open("README.md").read(),
99
long_description_content_type="text/markdown",
@@ -12,7 +12,10 @@
1212
packages=find_packages(),
1313
install_requires=["tensorflow"],
1414
python_requires=">=3.10.0",
15-
url="https://github.com/master/tensorflow-riemopt",
15+
project_urls={
16+
"Documentation": "https://tensorflow-riemopt.readthedocs.io/en/latest/",
17+
"Source": "https://github.com/master/tensorflow-riemopt",
18+
},
1619
zip_safe=True,
1720
classifiers=[
1821
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)