| [build-system] | |
| requires = ["setuptools>=61.0"] | |
| build-backend = "setuptools.build_meta" | |
| [project] | |
| name = "TA-Lib" | |
| version = "0.4.28" | |
| description = "Python wrapper for TA-Lib" | |
| readme = "README.md" | |
| requires-python = ">=3.7" | |
| license = "BSD-3-Clause" | |
| license-files = ["LICENSE*"] | |
| [project.urls] | |
| "Homepage" = "https://github.com/mrjbq7/ta-lib" | |
| "Bug Tracker" = "https://github.com/mrjbq7/ta-lib/issues" |