Commit 792af77f authored by Alexander Korolkov's avatar Alexander Korolkov Committed by olivier R-D

Fix broken installation and tests (probably)

parent 68a15f7b
...@@ -14,7 +14,13 @@ setup(name="freeopcua", ...@@ -14,7 +14,13 @@ setup(name="freeopcua",
author="Olivier Roulet-Dubonnet", author="Olivier Roulet-Dubonnet",
author_email="olivier.roulet@gmail.com", author_email="olivier.roulet@gmail.com",
url='http://freeopcua.github.io/', url='http://freeopcua.github.io/',
packages=["opcua"], packages=["opcua",
"opcua.client",
"opcua.server",
"opcua.server.standard_address_space",
"opcua.common",
"opcua.crypto",
"opcua.ua"],
provides=["opcua"], provides=["opcua"],
license="GNU Lesser General Public License v3 or later", license="GNU Lesser General Public License v3 or later",
install_requires=install_requires, install_requires=install_requires,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment