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[build-system ]
2- requires = [" setuptools>=45 " , " setuptools_scm[toml]>=6.2" ]
2+ requires = [" setuptools>=77.0.3 " , " setuptools_scm[toml]>=6.2" ]
33build-backend = " setuptools.build_meta"
44
55[tool .setuptools_scm ]
@@ -8,7 +8,8 @@ write_to = "src/bepasty/_version.py"
88[project ]
99name = " bepasty"
1010dynamic = [" version" ]
11- license = {text =" BSD 2-clause" }
11+ license = " BSD-2-Clause"
12+ license-files = [" LICENSE" , " AUTHORS" ]
1213authors = [{name =" The Bepasty Team (see AUTHORS file)" }]
1314maintainers = [{
name =
" Thomas Waldmann" ,
email =
" [email protected] " }]
1415description = " a binary pastebin / file upload service"
@@ -18,7 +19,6 @@ requires-python = ">=3.10"
1819classifiers = [
1920 " Development Status :: 5 - Production/Stable" ,
2021 " Environment :: Web Environment" ,
21- " License :: OSI Approved :: BSD License" ,
2222 " Operating System :: OS Independent" ,
2323 " Framework :: Flask" ,
2424 " Programming Language :: Python" ,
You can’t perform that action at this time.
0 commit comments