@@ -12,7 +12,7 @@ authors = [
1212]
1313license = {text = " Apache-2.0" }
1414readme = " README.md"
15- requires-python = " >=3.8 "
15+ requires-python = " >=3.10 "
1616dependencies = [
1717 " geopandas" ,
1818 " fiona" ,
@@ -21,11 +21,10 @@ dependencies = [
2121classifiers = [
2222 " Development Status :: 4 - Beta" ,
2323 " Intended Audience :: Developers" ,
24- " License :: OSI Approved :: MIT License" ,
24+ " Framework :: Django" ,
25+ " License :: OSI Approved :: Apache Software License" ,
2526 " Operating System :: OS Independent" ,
26- " Programming Language :: Python :: 3" ,
27- " Programming Language :: Python :: 3.8" ,
28- " Programming Language :: Python :: 3.9" ,
27+ " Programming Language :: Python :: 3 :: Only" ,
2928 " Programming Language :: Python :: 3.10" ,
3029 " Programming Language :: Python :: 3.11" ,
3130 " Programming Language :: Python :: 3.12" ,
@@ -38,10 +37,10 @@ Issues = "https://github.com/CESNET/cesnet_service_path_plugin/issues"
3837
3938[project .optional-dependencies ]
4039dev = [
41- " black==24.3.0 " ,
40+ " black" ,
4241 " autopep8" ,
43- " pip==24.0 " ,
44- " check-manifest==0.49 " ,
42+ " pip" ,
43+ " check-manifest" ,
4544]
4645
4746[tool .setuptools .packages .find ]
0 commit comments