File tree Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change 22name = " min-ratio-cycle"
33version = " 0.1.0"
44description = " Minimum cost-to-time ratio cycle solver with NumPy acceleration and exact Stern–Brocot search for integer inputs."
5- authors = [
" Diogo Ribeiro <[email protected] >" ]
65license = " MIT"
76readme = " README.md"
7+ authors = [
" Diogo Ribeiro <[email protected] >" ]
8+ homepage = " https://github.com/DiogoRibeiro7/min-ratio-cycle"
9+ repository = " https://github.com/DiogoRibeiro7/min-ratio-cycle"
10+ documentation = " https://min-ratio-cycle.readthedocs.io/en/latest/"
11+ keywords = [
12+ " graph algorithms" ,
13+ " minimum ratio cycle" ,
14+ " parametric search" ,
15+ " bellman-ford" ,
16+ " stern-brocot" ,
17+ " numpy" ,
18+ ]
19+ classifiers = [
20+ " License :: OSI Approved :: MIT License" ,
21+ " Programming Language :: Python :: 3" ,
22+ " Programming Language :: Python :: 3 :: Only" ,
23+ " Programming Language :: Python :: 3.10" ,
24+ " Programming Language :: Python :: 3.11" ,
25+ " Programming Language :: Python :: 3.12" ,
26+ " Topic :: Scientific/Engineering" ,
27+ " Typing :: Typed" ,
28+ ]
829packages = [{ include = " min_ratio_cycle" }]
30+ include = [
31+ " min_ratio_cycle/py.typed" ,
32+ " CITATION.cff" ,
33+ " LICENSE" ,
34+ ]
935
1036[tool .poetry .dependencies ]
1137python = " ^3.10"
You can’t perform that action at this time.
0 commit comments