Skip to content

Commit e17cbb3

Browse files
cedricboudinetoroulet
authored andcommitted
Corrections for generating debian packages
1 parent c492e35 commit e17cbb3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
if sys.version_info[0] < 3:
77
install_requires.extend(["enum34", "trollius", "futures"])
88

9-
setup(name="freeopcua",
9+
setup(name="opcua",
1010
version="0.90.3",
1111
description="Pure Python OPC-UA client and server library",
1212
author="Olivier Roulet-Dubonnet",

stdeb.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Debian package generator configuration file
2+
# Build the debian package by running: python3 setup.py --command-packages=stdeb.command bdist_deb
23
[DEFAULT]
34
Depends: python-concurrent.futures, python-enum34, python-trollius

0 commit comments

Comments
 (0)