Skip to content
Snippets Groups Projects
Commit 51e54970 authored by mvrp21's avatar mvrp21
Browse files

bump version


Signed-off-by: default avatarmvrp21 <mkvreisdoefer@gmail.com>
parent 8195afb9
No related branches found
No related tags found
No related merge requests found
## netbox-proxmox-sync
TODO: explain this properly (also add a changelog)
Simple way to import a Proxmox cluster information into NetBox.
Steps:
......
......@@ -2,12 +2,12 @@ from setuptools import find_packages, setup
setup(
name='netbox-proxmox-sync',
version='0.1',
version='1.0',
description='Import Proxmox cluster info into NetBox.',
install_requires=['pynetbox', 'proxmoxer'],
include_package_data=True,
package_data={
"": ['*','*/*','*/*/*'],
'': ['*', '*/*', '*/*/*'],
},
packages=find_packages(),
zip_safe=False,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment