Skip to content

Commit

Permalink
repo config
Browse files Browse the repository at this point in the history
  • Loading branch information
Graeme22 committed Jan 23, 2025
1 parent a74e6c3 commit 29ab8fe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 17 deletions.
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
import os
import sys

from tradestation import VERSION

sys.path.insert(0, os.path.abspath(".."))

# -- Project information -----------------------------------------------------
Expand All @@ -13,7 +15,7 @@
project = "tradestation"
copyright = "2025, tastyware"
author = "Graeme Holliday, Ethan Corgatelli"
release = "0.2"
release = VERSION

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.version]
path = "tradestation/__init__.py"

[project]
name = "tradestation"
version = "0.2"
description = "An unofficial, sync/async SDK for Tradestation!"
readme = "README.md"
requires-python = ">=3.10"
Expand All @@ -18,6 +20,7 @@ dependencies = [
"pydantic>=2.9.2",
"pyjwt>=2.10.1",
]
dynamic = ["version"]

[project.urls]
Homepage = "https://github.com/tastyware/tradestation"
Expand Down
1 change: 0 additions & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 29ab8fe

Please sign in to comment.