From 03dafa766a9b8641619adada83f104d22bc022b8 Mon Sep 17 00:00:00 2001 From: nkaz001 Date: Sun, 11 Aug 2024 10:39:20 -0400 Subject: [PATCH] chore: update pyproject.toml. --- py-hftbacktest/pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/py-hftbacktest/pyproject.toml b/py-hftbacktest/pyproject.toml index 6e9b7a3..f66fead 100644 --- a/py-hftbacktest/pyproject.toml +++ b/py-hftbacktest/pyproject.toml @@ -4,11 +4,11 @@ build-backend = "maturin" [project] name = "hftbacktest" -description = "file: ../README.rst" +description = "A high-frequency trading and market-making backtesting tool accounts for limit orders, queue positions, and latencies, utilizing full tick data for trades and order books." readme = "README.rst" authors = [{ name = "nkaz001", email = "nkaz001@protonmail.com" }] license = { file = "LICENSE" } -version = "2.0.0rc1" +version = "2.0.0" requires-python = ">=3.10" keywords = ["hft", "high-frequency trading", "trading", "market-making", "backtest"] @@ -19,7 +19,7 @@ classifiers = [ "Intended Audience :: Financial and Insurance Industry", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", - "Operating System :: POSIX :: Linux", + "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only",