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

Commit

Permalink
Merge pull request #579 from vfreex/fix-pip-install
Browse files Browse the repository at this point in the history
Fix pip install
  • Loading branch information
locriandev authored Jul 31, 2023
2 parents 5d5473a + b9b4d4a commit 6c4d5de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
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

0 comments on commit 6c4d5de

Please sign in to comment.