11[build-system ]
2+ build-backend = " setuptools.build_meta"
23requires = [
3- " setuptools" ,
4- " versioningit" ,
4+ " setuptools>=77.0.3 " ,
5+ " versioningit" ,
56]
6- build-backend = " setuptools.build_meta"
77
88[project ]
9- name = " openff-qcsubmit"
9+ name = " openff-qcsubmit"
1010description = " qcsubmit"
1111readme = " README.md"
12- authors = [{
name =
" Open Force Field Consortium" ,
email =
" [email protected] " }]
13- license = {text = " MIT" }
14- dynamic = [" version" ]
12+ license = " MIT"
13+ license-files = [ " LICENSE" ]
14+ authors = [ {
name =
" Open Force Field Consortium" ,
email =
" [email protected] " } ]
15+ requires-python = " >=3.11"
16+ classifiers = [
17+ " Programming Language :: Python :: 3 :: Only" ,
18+ " Programming Language :: Python :: 3.11" ,
19+ " Programming Language :: Python :: 3.12" ,
20+ " Programming Language :: Python :: 3.13" ,
21+ " Programming Language :: Python :: 3.14" ,
22+ ]
23+ dynamic = [ " version" ]
1524
1625[tool .setuptools .packages ]
1726find = {}
1827
19- [tool .versioningit ]
20-
21- [tool .pytest .ini_options ]
22- filterwarnings = [
23- " ignore::DeprecationWarning" ,
24- " ignore::PendingDeprecationWarning" ,
25- ]
26-
27- [tool .coverage .run ]
28- omit = [
29- " */*/_tests/*" ,
30- ]
31-
32- [tool .coverage .report ]
33- exclude_lines = [
34- " pragma: no cover" ,
35- " if TYPE_CHECKING:" ,
36- " raise NotImplementedError" ,
37- ]
38-
3928[tool .black ]
4029line-length = 88
41- target-version = [' py310 ' ]
30+ target-version = [ ' py311 ' ]
4231exclude = '''
4332
4433(
@@ -65,3 +54,23 @@ include_trailing_comma = true
6554force_grid_wrap = 0
6655use_parentheses = true
6756line_length = 88
57+
58+ [tool .pytest .ini_options ]
59+ filterwarnings = [
60+ " ignore::DeprecationWarning" ,
61+ " ignore::PendingDeprecationWarning" ,
62+ ]
63+
64+ [tool .coverage .run ]
65+ omit = [
66+ " */*/_tests/*" ,
67+ ]
68+
69+ [tool .coverage .report ]
70+ exclude_lines = [
71+ " pragma: no cover" ,
72+ " if TYPE_CHECKING:" ,
73+ " raise NotImplementedError" ,
74+ ]
75+
76+ [tool .versioningit ]
0 commit comments