Skip to content

Commit 47d014f

Browse files
committed
feat: pyproject.toml
1 parent 110cf29 commit 47d014f

File tree

2 files changed

+18
-21
lines changed

2 files changed

+18
-21
lines changed

pyproject.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[tool.poetry]
2+
name = "zohocrm-python"
3+
version = "0.1.6"
4+
description = "API wrapper for ZohoCRM written in Python"
5+
authors = ["Miguel Ferrer <ingferrermiguel@gmail.com>"]
6+
license = "MIT"
7+
readme = "README.md"
8+
packages = [{include = "zohocrm"}]
9+
10+
[tool.poetry.dependencies]
11+
python = "^3.7"
12+
requests = "^2.26.0"
13+
14+
15+
[build-system]
16+
requires = ["poetry-core"]
17+
build-backend = "poetry.core.masonry.api"
18+

setup.py

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)