Skip to content

Commit

Permalink
feat: release 0.0.14
Browse files Browse the repository at this point in the history
Expose nethsec.ipsec library
  • Loading branch information
gsanchietti committed Nov 7, 2023
1 parent aa30c9b commit 20b659b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name = 'nethsec',
version = '0.0.13',
version = '0.0.14',
author = 'Giacomo Sanchietti',
author_email = '[email protected]',
description = 'Utilities for NethSecurity development',
Expand All @@ -16,8 +16,7 @@
url = "https://github.com/NethServer/python3-nethsec",
license = "GPLv3",
package_dir = {'': 'src'},
packages = ['nethsec', 'nethsec.utils', 'nethsec.firewall', 'nethsec.mwan', 'nethsec.dpi'],
#packages = find_packages(),
packages = ['nethsec', 'nethsec.utils', 'nethsec.firewall', 'nethsec.mwan', 'nethsec.dpi', 'nethsec.ipsec'],
requires = [ "pyuci" ],
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 20b659b

Please sign in to comment.