Skip to content

Commit

Permalink
Include Fork note in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
miki5799 committed Dec 11, 2023
1 parent dff554a commit 5846fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5846fea

Please sign in to comment.