Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clients/algo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Official Binance Algo SDK - A lightweight library that provides a
authors = ["Binance"]
license = "MIT"
readme = "README.md"
include = ["CHANGELOG.md", "LICENSE", "README.md"]
include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_algo/py.typed"]
packages = [
{ include = "binance_sdk_algo", from = "src" }
]
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion clients/alpha/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "1.2.1"
description = "Official Binance Alpha Connector - A lightweight library that provides a convenient interface to Binance's Alpha REST API"
authors = ["Binance"]
license = "MIT"
include = ["CHANGELOG.md", "LICENSE"]
include = ["CHANGELOG.md", "LICENSE", "src/binance_sdk_alpha/py.typed"]
packages = [
{ include = "binance_sdk_alpha", from = "src" }
]
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion clients/c2c/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Official Binance C2C SDK - A lightweight library that provides a
authors = ["Binance"]
license = "MIT"
readme = "README.md"
include = ["CHANGELOG.md", "LICENSE", "README.md"]
include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_c2c/py.typed"]
packages = [
{ include = "binance_sdk_c2c", from = "src" }
]
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion clients/convert/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Official Binance Convert SDK - A lightweight library that provide
authors = ["Binance"]
license = "MIT"
readme = "README.md"
include = ["CHANGELOG.md", "LICENSE", "README.md"]
include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_convert/py.typed"]
packages = [
{ include = "binance_sdk_convert", from = "src" }
]
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion clients/copy_trading/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Official Binance CopyTrading Connector - A lightweight library th
authors = ["Binance"]
license = "MIT"
readme = "README.md"
include = ["CHANGELOG.md", "LICENSE", "README.md"]
include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_copy_trading/py.typed"]
packages = [
{ include = "binance_sdk_copy_trading", from = "src" }
]
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion clients/crypto_loan/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Official Binance CryptoLoan Connector - A lightweight library tha
authors = ["Binance"]
license = "MIT"
readme = "README.md"
include = ["CHANGELOG.md", "LICENSE", "README.md"]
include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_crypto_loan/py.typed"]
packages = [
{ include = "binance_sdk_crypto_loan", from = "src" }
]
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion clients/derivatives_trading_coin_futures/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Official Binance Derivatives Trading Coin Futures SDK - A lightwe
authors = ["Binance"]
license = "MIT"
readme = "README.md"
include = ["CHANGELOG.md", "LICENSE", "README.md"]
include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_derivatives_trading_coin_futures/py.typed"]
packages = [
{ include = "binance_sdk_derivatives_trading_coin_futures", from = "src" }
]
Expand Down
2 changes: 1 addition & 1 deletion clients/derivatives_trading_options/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Official Binance Derivatives Trading Options SDK - A lightweight
authors = ["Binance"]
license = "MIT"
readme = "README.md"
include = ["CHANGELOG.md", "LICENSE", "README.md"]
include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_derivatives_trading_options/py.typed"]
packages = [
{ include = "binance_sdk_derivatives_trading_options", from = "src" }
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Official Binance Derivatives Trading Portfolio Margin SDK - A lig
authors = ["Binance"]
license = "MIT"
readme = "README.md"
include = ["CHANGELOG.md", "LICENSE", "README.md"]
include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_derivatives_trading_portfolio_margin/py.typed"]
packages = [
{ include = "binance_sdk_derivatives_trading_portfolio_margin", from = "src" }
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Official Binance Derivatives Trading Portfolio Margin Pro SDK - A
authors = ["Binance"]
license = "MIT"
readme = "README.md"
include = ["CHANGELOG.md", "LICENSE", "README.md"]
include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_derivatives_trading_portfolio_margin_pro/py.typed"]
packages = [
{ include = "binance_sdk_derivatives_trading_portfolio_margin_pro", from = "src" }
]
Expand Down
2 changes: 1 addition & 1 deletion clients/derivatives_trading_usds_futures/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Official Binance Derivatives Trading Usds Futures SDK - A lightwe
authors = ["Binance"]
license = "MIT"
readme = "README.md"
include = ["CHANGELOG.md", "LICENSE", "README.md"]
include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_derivatives_trading_usds_futures/py.typed"]
packages = [
{ include = "binance_sdk_derivatives_trading_usds_futures", from = "src" }
]
Expand Down
2 changes: 1 addition & 1 deletion clients/dual_investment/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Official Binance Dual Investment SDK - A lightweight library that
authors = ["Binance"]
license = "MIT"
readme = "README.md"
include = ["CHANGELOG.md", "LICENSE", "README.md"]
include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_dual_investment/py.typed"]
packages = [
{ include = "binance_sdk_dual_investment", from = "src" }
]
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion clients/fiat/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Official Binance Fiat SDK - A lightweight library that provides a
authors = ["Binance"]
license = "MIT"
readme = "README.md"
include = ["CHANGELOG.md", "LICENSE", "README.md"]
include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_fiat/py.typed"]
packages = [
{ include = "binance_sdk_fiat", from = "src" }
]
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion clients/gift_card/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Official Binance GiftCard SDK - A lightweight library that provid
authors = ["Binance"]
license = "MIT"
readme = "README.md"
include = ["CHANGELOG.md", "LICENSE", "README.md"]
include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_gift_card/py.typed"]
packages = [
{ include = "binance_sdk_gift_card", from = "src" }
]
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion clients/margin_trading/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Official Binance MarginTrading SDK - A lightweight library that p
authors = ["Binance"]
license = "MIT"
readme = "README.md"
include = ["CHANGELOG.md", "LICENSE", "README.md"]
include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_margin_trading/py.typed"]
packages = [
{ include = "binance_sdk_margin_trading", from = "src" }
]
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion clients/mining/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Official Binance Mining SDK - A lightweight library that provides
authors = ["Binance"]
license = "MIT"
readme = "README.md"
include = ["CHANGELOG.md", "LICENSE", "README.md"]
include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_mining/py.typed"]
packages = [
{ include = "binance_sdk_mining", from = "src" }
]
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion clients/nft/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Official Binance NFT SDK - A lightweight library that provides a
authors = ["Binance"]
license = "MIT"
readme = "README.md"
include = ["CHANGELOG.md", "LICENSE", "README.md"]
include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_nft/py.typed"]
packages = [
{ include = "binance_sdk_nft", from = "src" }
]
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion clients/pay/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Official Binance Pay SDK - A lightweight library that provides a
authors = ["Binance"]
license = "MIT"
readme = "README.md"
include = ["CHANGELOG.md", "LICENSE", "README.md"]
include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_pay/py.typed"]
packages = [
{ include = "binance_sdk_pay", from = "src" }
]
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion clients/rebate/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Official Binance Rebate SDK - A lightweight library that provides
authors = ["Binance"]
license = "MIT"
readme = "README.md"
include = ["CHANGELOG.md", "LICENSE", "README.md"]
include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_rebate/py.typed"]
packages = [
{ include = "binance_sdk_rebate", from = "src" }
]
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion clients/simple_earn/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Official Binance Simple Earn SDK - A lightweight library that pro
authors = ["Binance"]
license = "MIT"
readme = "README.md"
include = ["CHANGELOG.md", "LICENSE", "README.md"]
include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_simple_earn/py.typed"]
packages = [
{ include = "binance_sdk_simple_earn", from = "src" }
]
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion clients/spot/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Official Binance Spot SDK - A lightweight library that provides a
authors = ["Binance"]
license = "MIT"
readme = "README.md"
include = ["CHANGELOG.md", "LICENSE", "README.md"]
include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_spot/py.typed"]
packages = [
{ include = "binance_sdk_spot", from = "src" }
]
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion clients/staking/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Official Binance Staking SDK - A lightweight library that provide
authors = ["Binance"]
license = "MIT"
readme = "README.md"
include = ["CHANGELOG.md", "LICENSE", "README.md"]
include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_staking/py.typed"]
packages = [
{ include = "binance_sdk_staking", from = "src" }
]
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion clients/sub_account/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Official Binance SubAccount SDK - A lightweight library that prov
authors = ["Binance"]
license = "MIT"
readme = "README.md"
include = ["CHANGELOG.md", "LICENSE", "README.md"]
include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_sub_account/py.typed"]
packages = [
{ include = "binance_sdk_sub_account", from = "src" }
]
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion clients/vip_loan/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Official Binance Vip Loan SDK - A lightweight library that provid
authors = ["Binance"]
license = "MIT"
readme = "README.md"
include = ["CHANGELOG.md", "LICENSE", "README.md"]
include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_vip_loan/py.typed"]
packages = [
{ include = "binance_sdk_vip_loan", from = "src" }
]
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion clients/wallet/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Official Binance Wallet SDK - A lightweight library that provides
authors = ["Binance"]
license = "MIT"
readme = "README.md"
include = ["CHANGELOG.md", "LICENSE", "README.md"]
include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_wallet/py.typed"]
packages = [
{ include = "binance_sdk_wallet", from = "src" }
]
Expand Down
Empty file.
3 changes: 2 additions & 1 deletion common/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Binance Common Types and Utilities for Binance Connectors"
authors = ["Binance"]
license = "MIT"
readme = "README.md"
include = ["CHANGELOG.md", "LICENSE", "README.md"]
include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_common/py.typed"]
packages = [
{ include = "binance_common", from = "src" }
]
Expand Down Expand Up @@ -37,3 +37,4 @@ exclude = [".git", ".tox", "build", "dist"]

[tool.ruff.lint]
ignore = ["E741"]

Empty file.