Commit 43e452d7 authored by olivier R-D's avatar olivier R-D

find_packages did install unwanted files!!!!

parent 9ecd148f
......@@ -13,7 +13,13 @@ setup(name="freeopcua",
author="Olivier Roulet-Dubonnet",
author_email="olivier.roulet@gmail.com",
url='http://freeopcua.github.io/',
packages=find_packages(exclude="schemas"),
packages=["opcua",
"opcua.client",
"opcua.server",
"opcua.server.standard_address_space",
"opcua.common",
"opcua.crypto",
"opcua.ua"],
provides=["opcua"],
license="GNU Lesser General Public License v3 or later",
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