Skip to content

Commit fe2cf3d

Browse files
committed
- rename package as 'netlicensing-client'
1 parent 26bd7c5 commit fe2cf3d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# [Labs64 NetLicensing](https://netlicensing.io) Client (Python)
88

99
[![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)
10-
[![PyPI](https://img.shields.io/pypi/v/netlicensing-python-client.svg)](https://pypi.org/project/netlicensing-python-client/)
11-
[![PyVer](https://img.shields.io/pypi/pyversions/netlicensing-python-client.svg)](https://pypi.org/project/netlicensing-python-client)
10+
[![PyPI](https://img.shields.io/pypi/v/netlicensing-client.svg)](https://pypi.org/project/netlicensing-client/)
11+
[![PyVer](https://img.shields.io/pypi/pyversions/netlicensing-client.svg)](https://pypi.org/project/netlicensing-client)
1212
[![codecov](https://codecov.io/gh/Labs64/NetLicensingClient-python/branch/master/graph/badge.svg)](https://codecov.io/gh/Labs64/NetLicensingClient-python)
1313

1414

@@ -21,7 +21,7 @@ Visit Labs64 NetLicensing at https://netlicensing.io
2121
The NetLicensing python package can be installed by executing:
2222

2323
```bash
24-
pip install netlicensing-python-client
24+
pip install netlicensing-client
2525
```
2626

2727
Alternatively, you can install the latest development version directly from GitHub via:

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from setuptools import setup, find_packages
22

33
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#setup-args
4-
setup(name='netlicensing-python-client',
5-
version='0.0.4',
4+
setup(name='netlicensing-client',
5+
version='0.0.5',
66
description='Python wrapper for Labs64 NetLicensing RESTful API',
77
long_description=open('README.md').read().strip(),
88
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)