Last active
March 30, 2023 19:23
-
-
Save sg-s/07ae0c878981d15b5c22d2adc7d74f3d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
name = "ideas-python-utils" | |
version = "23.1.31" | |
description = "Python utilities for tools in IDEAS" | |
authors = ["Srinivas Gorur-Shandilya <[email protected]>"] | |
readme = "README.md" | |
packages = [{include = "ideas"}] | |
[tool.poetry.dependencies] | |
python = ">=3.9,<3.12" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment