Skip to content

Commit 00028db

Browse files
committed
up version to 0.3.0
1 parent 746a439 commit 00028db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
setup(
44
name='netbox_scripthelper',
5-
version='0.2.0',
5+
version='0.3.0',
66
description='Collections of utilities for Netbox custom scripts.',
77
url='https://github.com/k1nky/netbox-scripthelper-plugin',
88
author='Andrey Shalashov',
99
author_email='avshalashov@yandex.ru',
1010
license='Apache 2.0',
11-
keywords='netbox script custom helper plugin',
11+
keywords='netbox-scripts custom helper plugin',
1212
install_requires=[
1313
'netaddr'
1414
],
15-
packages=find_packages(),
15+
packages=find_packages(exclude=["*tests.*", "*tests"]),
1616
package_data={},
1717
include_package_data=True,
1818
zip_safe=False,

0 commit comments

Comments
 (0)