Skip to content

Commit

Permalink
Merge pull request #62 from jugaad-py/migrate-pyprojects
Browse files Browse the repository at this point in the history
Migrated to pyproject.yaml
  • Loading branch information
sevakram authored Nov 19, 2023
2 parents af59c16 + a956d68 commit 22ad6b5
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 44 deletions.
12 changes: 12 additions & 0 deletions LICENSE.YOLO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
YOLO LICENSE
Version 2, July 29 2016

THIS SOFTWARE LICENSE IS PROVIDED "ALL CAPS" SO THAT YOU KNOW IT IS SUPER
SERIOUS AND YOU DON'T MESS AROUND WITH COPYRIGHT LAW BECAUSE YOU WILL GET IN
TROUBLE HERE ARE SOME OTHER BUZZWORDS COMMONLY IN THESE THINGS WARRANTIES
LIABILITY CONTRACT TORT LIABLE CLAIMS RESTRICTION MERCHANTABILITY. NOW HERE'S
THE REAL LICENSE:

0. jugaad-data is in public domain.
1. Do whatever you want with it.
2. Stop emailing me about it!
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ https://marketsetup.in/documentation/jugaad-data/

`jugaad-data` is a python library to download historical/live stock, index as well as economic data from NSE and RBI website using.

[![Build Status](https://travis-ci.org/jugaad-py/jugaad-data.svg?branch=master)](https://travis-ci.org/jugaad-py/jugaad-data)
![Build Badge](https://github.com/jugaad-py/jugaad-data/actions/workflows/run-tests.yml/badge.svg)


# Features
Expand Down
4 changes: 1 addition & 3 deletions jugaad_data/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
__version__ = "0.24"


__version__= "0.25"
27 changes: 27 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "jugaad-data"
version = "0.25"
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"]}
3 changes: 0 additions & 3 deletions setup.cfg

This file was deleted.

37 changes: 0 additions & 37 deletions setup.py

This file was deleted.

0 comments on commit 22ad6b5

Please sign in to comment.