File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1
1
# TensorFlow ManOpt
2
2
3
+ [ ![ PyPI version] ( https://img.shields.io/pypi/v/tensorflow-manopt.svg )] ( https://pypi.org/project/tensorflow-manopt/ )
3
4
[ ![ Build Status] ( https://travis-ci.org/master/tensorflow-manopt.svg?branch=master )] ( https://travis-ci.org/master/tensorflow-manopt )
4
5
[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/python/black )
5
6
[ ![ License] ( https://img.shields.io/:license-mit-blue.svg )] ( https://badges.mit-license.org )
Original file line number Diff line number Diff line change 5
5
name = "tensorflow-manopt" ,
6
6
version = "0.1.0" ,
7
7
description = "A library for manifold-constrained optimization in TensorFlow" ,
8
+ long_description = open ("README.md" , "r" ).read (),
9
+ long_description_content_type = "text/markdown" ,
8
10
author = "Oleg Smirnov" ,
9
11
10
12
packages = find_packages (),
You can’t perform that action at this time.
0 commit comments