Skip to content

Commit

Permalink
Update setup.py to find all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyaghosh authored Jul 31, 2024
1 parent 5eaa5c6 commit 4a85094
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,3 +1,3 @@
from setuptools import setup
from setuptools import setup, find_packages

setup(name="octo", packages=["octo"])
setup(name="octo", packages=find_packages())

0 comments on commit 4a85094

Please sign in to comment.