Skip to content

Commit

Permalink
Add PyPI package
Browse files Browse the repository at this point in the history
  • Loading branch information
master committed Oct 16, 2020
1 parent 3d06d8d commit 6cb9ae8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# TensorFlow ManOpt

[![PyPI version](https://img.shields.io/pypi/v/tensorflow-manopt.svg)](https://pypi.org/project/tensorflow-manopt/)
[![Build Status](https://travis-ci.org/master/tensorflow-manopt.svg?branch=master)](https://travis-ci.org/master/tensorflow-manopt)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)
[![License](https://img.shields.io/:license-mit-blue.svg)](https://badges.mit-license.org)
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
name="tensorflow-manopt",
version="0.1.0",
description="A library for manifold-constrained optimization in TensorFlow",
long_description=open("README.md", "r").read(),
long_description_content_type="text/markdown",
author="Oleg Smirnov",
author_email="oleg.smirnov@gmail.com",
packages=find_packages(),
Expand Down

0 comments on commit 6cb9ae8

Please sign in to comment.