Skip to content

Commit

Permalink
Build package
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsan committed Nov 7, 2022
1 parent b8a962d commit 0a7f2ac
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions rlink_client_python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[tool.poetry]
name = "rlink-client"
version = "22.11.01"
description = "Relic Link API-Client generated from OpenAPI"
authors = ["Your Name <you@example.com>"]
license = "AGPL-3.0-or-later"
readme = "README.md"
packages = [{include = "swagger_client"}]

[tool.poetry.dependencies]
python = "^3.11"
certifi = "^14.05.14"
six = "^1.10"
python_dateutil = "^2.5.3"
setuptools = "^21.0.0"
urllib3 = "^1.15.1"

[tool.poetry.group.dev.dependencies]
coverage = "^4.0.3"
nose = "^1.3.7"
pluggy = "^0.3.1"
py = "^1.4.31"
randomize = "^0.13"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 0a7f2ac

Please sign in to comment.