Skip to content

Commit c645605

Browse files
yegorichdhoomakethu
authored andcommitted
Use SPDX identifier to specify the exact license type (#427)
1 parent 68932a3 commit c645605

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
version=__version__,
4141
description="A fully featured modbus protocol stack in python",
4242
long_description="""
43-
Pymodbus aims to be a fully implemented modbus protocol stack
44-
implemented using twisted/asyncio/tornado.
43+
Pymodbus aims to be a fully implemented modbus protocol stack
44+
implemented using twisted/asyncio/tornado.
4545
Its orignal goal was to allow simulation of thousands of modbus devices
4646
on a single machine for monitoring software testing.
4747
""",
@@ -64,7 +64,7 @@
6464
maintainer=__maintainer__,
6565
maintainer_email='[email protected]',
6666
url='https://github.com/riptideio/pymodbus/',
67-
license='BSD',
67+
license='BSD-3-Clause',
6868
packages=find_packages(exclude=['examples', 'test']),
6969
exclude_package_data={'': ['examples', 'test', 'tools', 'doc']},
7070
py_modules=['ez_setup'],

0 commit comments

Comments
 (0)