Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GertjanBisschop authored Sep 3, 2023
1 parent d1bdf0d commit e05c9c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import setup, find_packages
from setuptools import setup

setup(
packages=["cli", "lib"],
Expand All @@ -7,4 +7,4 @@
"cli": "./cli",
"lib": "./lib",
},
)
)

0 comments on commit e05c9c7

Please sign in to comment.