Skip to content

Commit

Permalink
Merge pull request #122 from octo-models/dibyaghosh-patch-1
Browse files Browse the repository at this point in the history
Update setup.py  to find all packages
  • Loading branch information
HomerW authored Jul 31, 2024
2 parents 5eaa5c6 + d711ffb commit 241fb35
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 241fb35

Please sign in to comment.