mirror of
https://github.com/drygdryg/netbox-plugin-interface-sync
synced 2025-02-17 21:22:21 +03:00
Update setup.py
Update versioning and author
This commit is contained in:
parent
6fe7da696c
commit
6d7eb97001
6
setup.py
6
setup.py
@ -5,11 +5,11 @@ with open('README.md', encoding='utf-8') as f:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='netbox-interface-sync',
|
name='netbox-interface-sync',
|
||||||
version='0.2.0',
|
version='0.4.0',
|
||||||
description='Syncing interfaces with the interfaces from device type for NetBox devices',
|
description='Syncing interfaces with the interfaces from device type for NetBox 4 devices',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
author='Victor Golovanenko',
|
author='Based on work by Victor Golovanenko',
|
||||||
author_email='drygdryg2014@yandex.com',
|
author_email='drygdryg2014@yandex.com',
|
||||||
license='GPL-3.0',
|
license='GPL-3.0',
|
||||||
install_requires=['attrs>=21.1.0'],
|
install_requires=['attrs>=21.1.0'],
|
||||||
|
Loading…
Reference in New Issue
Block a user