forked from jugaad-py/jugaad-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
27 lines (22 loc) · 827 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "jugaad-data"
version = "0.26"
requires-python = ">= 3.6"
authors = [{"name"= "jugaad-coder", "email"="abc@xyz.com"}]
description = "Free Zerodha API python library"
readme = "README.md"
license = {file = "LICENSE.YOLO.md"}
keywords = ["NSE", "Live", "Bhavcopy", "History", "Futures", "Options", "Stock Data"]
dynamic = ["dependencies"]
[project.scripts]
jdata = "jugaad_data.cli:cli"
[project.urls]
Homepage = "https://marketsetup.in/documentation/jugaad-data/"
Documentation = "https://marketsetup.in/documentation/jugaad-data/"
Repository = "https://github.com/jugaad-py/jugaad-data"
Issues = "https://github.com/jugaad-py/jugaad-data/issues"
[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}