We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c492e35 commit e17cbb3Copy full SHA for e17cbb3
setup.py
@@ -6,7 +6,7 @@
6
if sys.version_info[0] < 3:
7
install_requires.extend(["enum34", "trollius", "futures"])
8
9
-setup(name="freeopcua",
+setup(name="opcua",
10
version="0.90.3",
11
description="Pure Python OPC-UA client and server library",
12
author="Olivier Roulet-Dubonnet",
stdeb.cfg
@@ -1,3 +1,4 @@
1
# Debian package generator configuration file
2
+# Build the debian package by running: python3 setup.py --command-packages=stdeb.command bdist_deb
3
[DEFAULT]
4
Depends: python-concurrent.futures, python-enum34, python-trollius
0 commit comments