Skip to content

Commit 6cb9ae8

Browse files
committed
Add PyPI package
1 parent 3d06d8d commit 6cb9ae8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# TensorFlow ManOpt
22

3+
[![PyPI version](https://img.shields.io/pypi/v/tensorflow-manopt.svg)](https://pypi.org/project/tensorflow-manopt/)
34
[![Build Status](https://travis-ci.org/master/tensorflow-manopt.svg?branch=master)](https://travis-ci.org/master/tensorflow-manopt)
45
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)
56
[![License](https://img.shields.io/:license-mit-blue.svg)](https://badges.mit-license.org)

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
name="tensorflow-manopt",
66
version="0.1.0",
77
description="A library for manifold-constrained optimization in TensorFlow",
8+
long_description=open("README.md", "r").read(),
9+
long_description_content_type="text/markdown",
810
author="Oleg Smirnov",
911
author_email="[email protected]",
1012
packages=find_packages(),

0 commit comments

Comments
 (0)