@@ -4,12 +4,53 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " feynman-engine"
7- version = " 0.1.3 "
7+ version = " 0.1.4 "
88description = " Feynman diagram generator + amplitude/cross-section calculator wrapping QGRAF, FORM, LoopTools, OpenLoops, and LHAPDF"
99readme = " README.md"
1010requires-python = " >=3.11"
11+ license = " GPL-3.0-only"
12+ license-files = [" LICENSE" ]
1113authors = [
12- { name = " Elijah Cavan" },
14+ { name = " Elijah Cavan" , email = " elijah@baseballtradevalues.com" },
15+ ]
16+ maintainers = [
17+ { name = " Elijah Cavan" , email = " elijah@baseballtradevalues.com" },
18+ ]
19+ keywords = [
20+ " particle physics" ,
21+ " feynman diagrams" ,
22+ " scattering amplitudes" ,
23+ " quantum field theory" ,
24+ " QFT" ,
25+ " qgraf" ,
26+ " form" ,
27+ " looptools" ,
28+ " openloops" ,
29+ " lhapdf" ,
30+ " drell-yan" ,
31+ " NLO" ,
32+ " EW Sudakov" ,
33+ " Catani-Seymour" ,
34+ " parton distribution functions" ,
35+ " fastapi" ,
36+ " tikz-feynman" ,
37+ ]
38+ classifiers = [
39+ " Development Status :: 4 - Beta" ,
40+ " Intended Audience :: Science/Research" ,
41+ " Intended Audience :: Education" ,
42+ " Topic :: Scientific/Engineering :: Physics" ,
43+ " Topic :: Scientific/Engineering :: Visualization" ,
44+ " Programming Language :: Python :: 3" ,
45+ " Programming Language :: Python :: 3.11" ,
46+ " Programming Language :: Python :: 3.12" ,
47+ " Programming Language :: Python :: 3.13" ,
48+ " Programming Language :: Python :: 3.14" ,
49+ " Operating System :: MacOS" ,
50+ " Operating System :: POSIX :: Linux" ,
51+ " Framework :: FastAPI" ,
52+ " Environment :: Web Environment" ,
53+ " Environment :: Console" ,
1354]
1455dependencies = [
1556 " numpy>=1.26" ,
@@ -30,7 +71,12 @@ dependencies = [
3071[project .urls ]
3172Homepage = " https://github.com/ecavan/FeynmanAPI"
3273Repository = " https://github.com/ecavan/FeynmanAPI"
74+ Documentation = " https://github.com/ecavan/FeynmanAPI/blob/main/README.md"
75+ "Installation Guide" = " https://github.com/ecavan/FeynmanAPI/blob/main/INSTALLATION.md"
76+ "Citation (CFF)" = " https://github.com/ecavan/FeynmanAPI/blob/main/CITATION.cff"
77+ "DOI (Zenodo)" = " https://doi.org/10.5281/zenodo.19673075"
3378Issues = " https://github.com/ecavan/FeynmanAPI/issues"
79+ "Source Code" = " https://github.com/ecavan/FeynmanAPI"
3480
3581[project .optional-dependencies ]
3682dev = [
0 commit comments