File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " pyrfc"
7- version = " 3.3"
7+ version = " 3.3.1 "
88readme = " README.md"
99license = { file = " LICENSES/Apache-2.0.txt" }
1010description = " Python bindings for SAP NetWeaver RFC SDK"
Original file line number Diff line number Diff line change 88import os
99from contextlib import suppress
1010
11- __version__ = importlib .metadata .version ("pyrfc" )
11+ __version__ = importlib .metadata .version (__name__ )
1212__version_info__ = tuple (__version__ .split ("." ))
1313
1414if os .name == "nt" :
Original file line number Diff line number Diff line change 3737 pydocstyle
3838commands =
3939 cython-lint src/pyrfc --max-line-length =180
40- ruff check --fix src setup.py tests examples --line-length =120
40+ ruff format src setup.py tests --line-length =120
41+ # ruff format examples --line-length=120
4142 pydocstyle src
4243
4344[testenv:docs]
You can’t perform that action at this time.
0 commit comments