Skip to content

Commit

Permalink
Added pyproject.toml for pip installation
Browse files Browse the repository at this point in the history
  • Loading branch information
pchakraborty committed Mar 12, 2024
1 parent 277ba9d commit 3a021d3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "mepo"
version = "v1.55.0"
authors = ["GMAO SI Team"]
description = "Tool to manage (m)ultiple git r(epo)sitories"
requires-python = ">= 3.9"
license = {file = "LICENSE"}
readme = "README.md"
dependencies = [
"pyyaml>=6.0.1",
]

[project.urls]
Homepage = "https://github.com/GEOS-ESM/mepo"

[project.scripts]
mepo = "mepo:main"

[tool.setuptools]
include-package-data = true

0 comments on commit 3a021d3

Please sign in to comment.