diff --git a/setup.py b/setup.py index 2a22e7f2b..e2e4b206d 100644 --- a/setup.py +++ b/setup.py @@ -14,12 +14,12 @@ setup( name="asyncua", version="1.0.5", - description="Pure Python OPC-UA client and server library", + description="Pure Python OPC-UA client and server library\nATTENTION: This is a fork of the original project", long_description=long_description, long_description_content_type='text/markdown', author="Olivier Roulet-Dubonnet", author_email="olivier.roulet@gmail.com", - url='http://freeopcua.github.io/', + url='http://freeopcua.github.io/\nLink to the fork: https://github.com/miki5799/opcua-asyncio/tree/master', packages=find_packages(exclude=["tests"]), provides=["asyncua"], license="GNU Lesser General Public License v3 or later",