File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 8
8
The **nisystemlink-clients ** package contains an API (Application Programming
9
9
Interface) for `SystemLink <https://ni.com/systemlink >`_ that uses HTTP to
10
10
interact with a SystemLink Server. The package is implemented in Python. NI
11
- created and supports this package. The 0.X.X versions are still under active
12
- development and the API is subject to change across these version.
11
+ created and supports this package.
13
12
14
13
.. image :: https://badge.fury.io/py/nisystemlink-clients.svg
15
14
:target: https://badge.fury.io/py/nisystemlink-clients
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ license = "MIT"
13
13
readme = " README.rst"
14
14
packages = [{ include = " nisystemlink" }]
15
15
classifiers = [
16
- " Development Status :: 4 - Beta " ,
16
+ " Development Status :: 5 - Production/Stable " ,
17
17
" Intended Audience :: Developers" ,
18
18
" Intended Audience :: Manufacturing" ,
19
19
" Intended Audience :: Science/Research" ,
@@ -75,7 +75,6 @@ exclude = ".*\\.pyi"
75
75
branch = " master"
76
76
version_toml = [" pyproject.toml:tool.poetry.version" ]
77
77
build_command = " poetry build"
78
- major_on_zero = false
79
78
80
79
[build-system ]
81
80
requires = [" poetry-core" ]
You can’t perform that action at this time.
0 commit comments