Skip to content

Commit

Permalink
update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Koushikphy committed Nov 21, 2022
1 parent 4b0b4ec commit 185805e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 6 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## `mfig`: A tool for merging multiple figures into one
[![PyPI version](https://badge.fury.io/py/mfig.svg)](https://badge.fury.io/py/mfig)
[![Alt text](https://img.shields.io/pypi/v/kfutils.svg)](https://pypi.org/project/kfutils/)
[![Alt text](https://img.shields.io/pypi/pyversions/kfutils.svg)](https://pypi.org/project/kfutils/)
[![Alt text](https://img.shields.io/pypi/dw/kfutils.svg)](https://pypi.org/project/kfutils/)
[![Alt text](https://img.shields.io/pypi/l/kfutils.svg)](https://pypi.org/project/kfutils/)
[![Alt text](https://img.shields.io/pypi/status/kfutils.svg)](https://pypi.org/project/kfutils/)


### Installation
Download and install the latest package from the [release section](https://github.com/Koushikphy/mfig/releases/latest) or directly by pip
Expand Down
10 changes: 6 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
txt = f.read()

setup(name='mfig',
version='0.2.2',
version='0.2.3',
description='A tool for merging multiple figures into one',
long_description=txt,
long_description_content_type='text/markdown',
Expand All @@ -13,17 +13,19 @@
license="MIT",
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Console', 'Intended Audience :: Science/Research',
'Environment :: Console',
'Intended Audience :: Science/Research',
'Natural Language :: English',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: System :: Shells'
'Topic :: System :: Shells',
'Programming Language :: Python :: 3.6'
],
keywords='Image merging',
project_urls={'Source Code': 'https://github.com/Koushikphy/mfig'},
zip_safe=True,
python_requires='>=3.5',
python_requires='>=3.6',
packages=find_packages(),
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 185805e

Please sign in to comment.