Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Fix pip install #579

Merged
merged 1 commit into from
Jul 31, 2023
Merged
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
Empty file removed elliottlib/bug/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = [
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["elliottlib"]
packages = ["elliottlib", "elliottlib.cli"]

[project]
dynamic = ["version"]
Expand Down
Loading