File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " django-minio-storage"
33description = " Django file storage using the minio python client"
4- license = {file = " LICENSE" }
4+ license = " MIT OR Apache-2.0"
5+ license-files = [" LICENSE" , " LICENSE-APACHE" ]
56requires-python = " >=3.9"
67dependencies = [
78 " django>=4.2" ,
@@ -11,7 +12,6 @@ classifiers=[
1112 " Development Status :: 4 - Beta" ,
1213 " Environment :: Web Environment" ,
1314 " Intended Audience :: Developers" ,
14- " License :: OSI Approved :: BSD License" ,
1515 " Operating System :: OS Independent" ,
1616 " Programming Language :: Python" ,
1717 " Programming Language :: Python :: 3" ,
@@ -28,7 +28,7 @@ readme = "README.md"
2828dynamic = [" version" ]
2929
3030[build-system ]
31- requires = [" setuptools>=62 " , " setuptools_scm[toml]>=6.2" ]
31+ requires = [" setuptools>=77.0.3 " , " setuptools_scm[toml]>=6.2" ]
3232
3333[project .urls ]
3434Homepage = " https://github.com/py-pa/django-minio-storage"
You can’t perform that action at this time.
0 commit comments