File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
# [ Labs64 NetLicensing] ( https://netlicensing.io ) Client (Python)
8
8
9
9
[ ![ 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 )
12
12
[ ![ codecov] ( https://codecov.io/gh/Labs64/NetLicensingClient-python/branch/master/graph/badge.svg )] ( https://codecov.io/gh/Labs64/NetLicensingClient-python )
13
13
14
14
@@ -21,7 +21,7 @@ Visit Labs64 NetLicensing at https://netlicensing.io
21
21
The NetLicensing python package can be installed by executing:
22
22
23
23
``` bash
24
- pip install netlicensing-python- client
24
+ pip install netlicensing-client
25
25
```
26
26
27
27
Alternatively, you can install the latest development version directly from GitHub via:
Original file line number Diff line number Diff line change 1
1
from setuptools import setup , find_packages
2
2
3
3
# 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 ' ,
6
6
description = 'Python wrapper for Labs64 NetLicensing RESTful API' ,
7
7
long_description = open ('README.md' ).read ().strip (),
8
8
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments