Skip to content

Commit

Permalink
- rename package as 'netlicensing-client'
Browse files Browse the repository at this point in the history
  • Loading branch information
r-brown committed Jun 14, 2020
1 parent 26bd7c5 commit fe2cf3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit fe2cf3d

Please sign in to comment.