We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746a439 commit 00028dbCopy full SHA for 00028db
setup.py
@@ -2,17 +2,17 @@
2
3
setup(
4
name='netbox_scripthelper',
5
- version='0.2.0',
+ version='0.3.0',
6
description='Collections of utilities for Netbox custom scripts.',
7
url='https://github.com/k1nky/netbox-scripthelper-plugin',
8
author='Andrey Shalashov',
9
author_email='avshalashov@yandex.ru',
10
license='Apache 2.0',
11
- keywords='netbox script custom helper plugin',
+ keywords='netbox-scripts custom helper plugin',
12
install_requires=[
13
'netaddr'
14
],
15
- packages=find_packages(),
+ packages=find_packages(exclude=["*tests.*", "*tests"]),
16
package_data={},
17
include_package_data=True,
18
zip_safe=False,
0 commit comments