diff --git a/pyproject.toml b/pyproject.toml index 8d389f13..606560b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,6 @@ requires-python = ">=3.10.0" classifiers=[ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', - 'Apache Software License 2.0: License :: OSI Approved :: Apache Software License', 'Natural Language :: English', "Programming Language :: Python :: 3 :: Only", 'Programming Language :: Python :: 3.10', @@ -56,7 +55,7 @@ classifiers=[ 'Topic :: Internet', ] keywords = ["netbox", "netbox-plugin"] - +license = {file = "LICENSE.txt"} [project.urls]