Skip to content

Commit

Permalink
Added Pypi badge to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdelys committed Sep 10, 2019
1 parent e2d0399 commit ba8b067
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 54 deletions.
105 changes: 52 additions & 53 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
-----------
[![Build Status](https://travis-ci.com/bigdelys/manyfesto.svg?branch=master)](https://travis-ci.com/bigdelys/manyfesto)
[![Coverage Status](https://coveralls.io/repos/github/bigdelys/manyfesto/badge.svg)](https://coveralls.io/github/bigdelys/manyfesto)
[![PyPI version](https://badge.fury.io/py/manyfesto.svg)](https://badge.fury.io/py/manyfesto)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Manyfesto is an open-source data-science tool written in Python providing "metadata as code". It enables you to to better organize data files on disk by assigning meta-data (data about data, as a set of key-value pairs) to each file using a few lines of YAML. Such meta-data can then be used in data processing scripts, for example to assign class labels when training a machine learning algorithm.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"""

setup(name='manyfesto',
version='1.0.0',
version='1.0.1',
description='Manyfesto is a data-science tools for assigning key-value pairs to individual files using a series of simple rules.',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ba8b067

Please sign in to comment.