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
HomerW committed Jul 31, 2024
1 parent 5eaa5c6 commit d711ffb
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 find_packages, setup

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

0 comments on commit d711ffb

Please sign in to comment.