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 743ca9f commit ea736e2Copy full SHA for ea736e2
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name="tensorflow-riemopt",
6
- version="0.3.0",
+ version="0.3.1",
7
description="a library for optimization on Riemannian manifolds",
8
long_description=open("README.md").read(),
9
long_description_content_type="text/markdown",
@@ -12,7 +12,10 @@
12
packages=find_packages(),
13
install_requires=["tensorflow"],
14
python_requires=">=3.10.0",
15
- url="https://github.com/master/tensorflow-riemopt",
+ project_urls={
16
+ "Documentation": "https://tensorflow-riemopt.readthedocs.io/en/latest/",
17
+ "Source": "https://github.com/master/tensorflow-riemopt",
18
+ },
19
zip_safe=True,
20
classifiers=[
21
"Development Status :: 4 - Beta",
0 commit comments