From fe2cf3de1cdc063782e21aa6e8329e74bdb364af Mon Sep 17 00:00:00 2001 From: Alexey Averikhin Date: Sun, 14 Jun 2020 20:29:47 +0200 Subject: [PATCH] - rename package as 'netlicensing-client' --- README.md | 6 +++--- setup.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a5f2b04..9d887c5 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ # [Labs64 NetLicensing](https://netlicensing.io) Client (Python) [![CI Status](https://github.com/Labs64/NetLicensingClient-python/workflows/Python%20Client%20CI/badge.svg)](https://github.com/Labs64/NetLicensingClient-python/actions?query=workflow%3A%22Python+Client+CI%22) -[![PyPI](https://img.shields.io/pypi/v/netlicensing-python-client.svg)](https://pypi.org/project/netlicensing-python-client/) -[![PyVer](https://img.shields.io/pypi/pyversions/netlicensing-python-client.svg)](https://pypi.org/project/netlicensing-python-client) +[![PyPI](https://img.shields.io/pypi/v/netlicensing-client.svg)](https://pypi.org/project/netlicensing-client/) +[![PyVer](https://img.shields.io/pypi/pyversions/netlicensing-client.svg)](https://pypi.org/project/netlicensing-client) [![codecov](https://codecov.io/gh/Labs64/NetLicensingClient-python/branch/master/graph/badge.svg)](https://codecov.io/gh/Labs64/NetLicensingClient-python) @@ -21,7 +21,7 @@ Visit Labs64 NetLicensing at https://netlicensing.io The NetLicensing python package can be installed by executing: ```bash -pip install netlicensing-python-client +pip install netlicensing-client ``` Alternatively, you can install the latest development version directly from GitHub via: diff --git a/setup.py b/setup.py index ec11c57..4d6dfbf 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,8 @@ from setuptools import setup, find_packages # https://packaging.python.org/guides/distributing-packages-using-setuptools/#setup-args -setup(name='netlicensing-python-client', - version='0.0.4', +setup(name='netlicensing-client', + version='0.0.5', description='Python wrapper for Labs64 NetLicensing RESTful API', long_description=open('README.md').read().strip(), long_description_content_type="text/markdown",