Skip to content

Commit

Permalink
Updated info
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Jan 27, 2019
1 parent fa7e89d commit bf4096d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)
[![Build Status](https://travis-ci.org/jsbroks/imantics.svg?branch=master)](https://travis-ci.org/jsbroks/imantics)
[![Documentation Status](https://readthedocs.org/projects/imantics/badge/?version=latest)](https://imantics.readthedocs.io/en/latest/?badge=latest)
![Python Versions](https://img.shields.io/pypi/pyversions/3.svg)
![PyPi](https://img.shields.io/pypi/v/imantics.svg)
![Python V](https://img.shields.io/pypi/pyversions/imantics.svg)
[![PyPi](https://img.shields.io/pypi/v/imantics.svg)](https://pypi.org/project/imantics/)
[![PyPi Downloads](https://img.shields.io/pypi/dm/imantics.svg)](https://pypi.org/project/imantics/)

> Currently a work in progress!
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
license='MIT',
install_requires=['numpy', 'opencv-python>=3', 'lxml'],
packages=['imantics'],
python_requires='>=3',
zip_safe=False
)

0 comments on commit bf4096d

Please sign in to comment.