@@ -3,7 +3,7 @@ name = "netboxlabs-diode-sdk"
33version = " 0.0.1" # Overwritten during the build process
44description = " NetBox Labs, Diode SDK"
55readme = " README.md" # Optional
6- requires-python = " >=3.7 "
6+ requires-python = " >=3.10 "
77license = {file = " LICENSE.txt" }
88authors = [
99 {name = " NetBox Labs" , email = " support@netboxlabs.com" } # Optional
@@ -13,14 +13,12 @@ maintainers = [
1313]
1414
1515classifiers = [ # Optional
16- " Development Status :: 3 - Alpha " ,
16+ " Development Status :: 4 - Beta " ,
1717 " Intended Audience :: Developers" ,
1818 " Topic :: Software Development :: Build Tools" ,
19- " License :: OSI Approved :: MIT License" ,
19+ " License :: OSI Approved :: Apache Software License" ,
2020 " Programming Language :: Python :: 3" ,
2121 " Programming Language :: Python :: 3 :: Only" ,
22- ' Programming Language :: Python :: 3.8' ,
23- ' Programming Language :: Python :: 3.9' ,
2422 ' Programming Language :: Python :: 3.10' ,
2523 ' Programming Language :: Python :: 3.11' ,
2624]
0 commit comments