Skip to content

Commit 7631412

Browse files
committed
Fix pypi uploads
1 parent 30bd72e commit 7631412

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

setup.cfg

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,29 @@ name = pymodbus
44
version = attr: pymodbus.__version__
55
author = attr: pymodbus.__author__
66
maintainer = attr: pymodbus.__maintainer__
7-
license = 'BSD-3-Clause'
7+
license = BSD-3-Clause
88
platforms = 'Linux', 'Mac OS X', 'Win'
9-
description = "A fully featured modbus protocol stack in python"
10-
keywords = 'modbus, asyncio, scada, client, server, simulator'
11-
long_description = file: README.rst, CHANGELOG.rst, LICENSE
12-
url = 'https://github.com/riptideio/pymodbus/'
13-
classifiers =
9+
description = A fully featured modbus protocol stack in python
10+
keywords = modbus, asyncio, scada, client, server, simulator
11+
long_description = file: README.rst
12+
url = https://github.com/riptideio/pymodbus/
13+
classifiers =
1414
Development Status :: 4 - Beta
15-
Programming Language :: Python :: 3.8 :: 3.9 :: 3.10
1615
Environment :: Console
17-
Framework :: Twisted :: Tornado :: Asyncio
18-
Intended Audience :: Developers :: Modbus testers
16+
Framework :: Twisted
17+
Framework :: AsyncIO
18+
Intended Audience :: Developers
1919
License :: OSI Approved :: BSD License
20-
Operating System :: OS Independent :: Linux :: Windows :: Mac OS
20+
Operating System :: POSIX :: Linux
21+
Operating System :: Unix
22+
Operating System :: MacOS :: MacOS X
23+
Operating System :: OS Independent
24+
Operating System :: Microsoft
2125
Programming Language :: Python :: 3.8
22-
Topic :: System :: Networking :: Utilities :: SCADA :: Modbus
26+
Programming Language :: Python :: 3.9
27+
Programming Language :: Python :: 3.10
28+
Topic :: System :: Networking
29+
Topic :: Utilities
2330
project_urls =
2431
Source Code = https://github.com/riptideio/pymodbus
2532
Bug Reports = https://github.com/riptideio/pymodbus/issues

0 commit comments

Comments
 (0)