[build-system] requires = [ "setuptools>=61.0", ] build-backend = "setuptools.build_meta" [project] name = "pfsense-netbox-sync" version = "0.1.0" authors = [ { name = "Aloïs Micard", email = "alois@micard.lu" }, ] description = "Allows to synchronize NetBox IPAM DNS information to a pfSense instance" readme = "README.md" requires-python = ">=3.8" classifiers = [ "Programming Language :: Python :: 3", "Operating System :: OS Independent", ] dependencies = [ "pynetbox>=7.4", "requests>=2.32", ] [project.urls] Homepage = "https://git.creekorful.cloud/creekorful/pfsense-netbox-sync" Issues = "https://git.creekorful.cloud/creekorful/pfsense-netbox-sync/issues" Changelog = "https://git.creekorful.cloud/creekorful/pfsense-netbox-sync/src/branch/main/Changelog.md" [project.scripts] pfnbsync = "pfsense_netbox_sync:main" [license] file = 'LICENSE.txt'