diff --git a/pyproject.toml b/pyproject.toml index ea61ac9..702c6f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,12 +20,12 @@ classifiers = [ "Operating System :: OS Independent", ] -[license] -file = 'LICENSE.txt' - [project.urls] Homepage = "https://git.creekorful.cloud/creekorful/pfsense-netbox-sync" Issues = "https://git.creekorful.cloud/creekorful/pfsense-netbox-sync/issues" [project.scripts] -pfnbsync = "pfsense_netbox_sync:main" \ No newline at end of file +pfnbsync = "pfsense_netbox_sync:main" + +[license] +file = 'LICENSE.txt' \ No newline at end of file