File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ sphinx:
1212
1313python :
1414 install :
15- - requirements : docs/ requirements-dev.txt
15+ - requirements : requirements-dev.txt
Original file line number Diff line number Diff line change @@ -39,12 +39,20 @@ If the test complain about missing Python modules make sure the source directory
3939is in your `PYTHONPATH ` environment variable, or the python-snap7 module is
4040installed.
4141
42+ Tox
43+ ---
44+
45+ We also have a whole repertoire of linters and code quality checkers in place,
46+ which you can run with::
47+
48+ $ make tox
49+
4250Credits
4351-------
4452
4553python-snap7 is created by:
4654
47- * Gijs Molenaar (gijs at pythonic dot nl)
55+ * ` Gijs Molenaar < https://github.com/gijzelaerr >`_
4856* Stephan Preeker (stephan at preeker dot net)
4957
5058
@@ -53,5 +61,6 @@ Special thanks to:
5361* Davide Nardella for creating snap7
5462* Thomas Hergenhahn for his libnodave
5563* Thomas W for his S7comm wireshark plugin
56- * `Fabian Beitler <https://github.com/swamper123 >`_ and `Nikteliy <https://github.com/nikteliy >`_ for their contributions towards the 1.0 release
57- * `Lautaro Nahuel Dapino <https://github.com/lautarodapin >`_ for his contributions.
64+ * `Fabian Beitler <https://github.com/swamper123 >`_
65+ * `Nikteliy <https://github.com/nikteliy >`_
66+ * `Lautaro Nahuel Dapino <https://github.com/lautarodapin >`_
You can’t perform that action at this time.
0 commit comments