Skip to content

Commit

Permalink
feat: pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ingmferrer committed Mar 27, 2023
1 parent 915303e commit 58ec246
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 24 deletions.
18 changes: 18 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[tool.poetry]
name = "microsoftgraph-python"
version = "1.1.6"
description = "API wrapper for Microsoft Graph written in Python"
authors = ["Miguel Ferrer <[email protected]>"]
license = "MIT"
readme = "README.md"
packages = [{include = "microsoftgraph"}]

[tool.poetry.dependencies]
python = "^3.7"
requests = "^2.26.0"


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

24 changes: 0 additions & 24 deletions setup.py

This file was deleted.

0 comments on commit 58ec246

Please sign in to comment.