Skip to content

Commit

Permalink
Fix "setup.py"
Browse files Browse the repository at this point in the history
  • Loading branch information
Azureblade3808 committed Aug 23, 2024
1 parent 465af9f commit 1776791
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

setuptools.setup(
packages=setuptools.find_packages(
where="deferrer",
where=".",
include=["deferrer"],
exclude=["__test__", "*_test"],
),
package_data={
Expand Down

0 comments on commit 1776791

Please sign in to comment.