diff --git a/setup.py b/setup.py index 731b6b1..b0394bc 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,8 @@ # OpenVPN Connector Setup # - Configure OpenVPN 3 Linux for OpenVPN Cloud # -# Copyright (C) 2020 OpenVPN Inc. -# Copyright (C) 2020 David Sommerseth +# Copyright (C) 2020 - 2021 OpenVPN Inc. +# Copyright (C) 2020 - 2021 David Sommerseth # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -31,6 +31,7 @@ name = 'openvpn-connector-setup', version = ocs_version, packages=find_packages(), + install_requires = [ 'dbus-python', 'cryptography' ], entry_points = { 'console_scripts': ['openvpn-connector-setup=openvpn.connector.main:main'] },