Skip to content

Commit

Permalink
Merge pull request #125 from bybit-exchange/fix_legacy_submodule
Browse files Browse the repository at this point in the history
fix legacy submodule not getting packaged by setup.py
  • Loading branch information
dextertd authored Apr 18, 2023
2 parents c684969 + ccb433a commit 3b57cd7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
- Ensured that `legacy` submodule is packaged by `setup.py`


## [5.1.1] - 2023-04-06
### Added
- HTTP endpoints to the `copy_trading` module
Expand Down
Empty file added pybit/legacy/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"Programming Language :: Python :: 3.10",
],
keywords="bybit api connector",
packages=["pybit"],
packages=["pybit", "pybit.legacy"],
python_requires=">=3.6",
install_requires=[
"requests",
Expand Down

0 comments on commit 3b57cd7

Please sign in to comment.