jbetker commited on
Commit
96d2944
1 Parent(s): e93e5a0

Update packages

Browse files
Files changed (1) hide show
  1. setup.py +1 -1
setup.py CHANGED
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
5
 
6
  setuptools.setup(
7
  name="TorToiSe",
8
- packages=["tortoise"],
9
  version="2.1.0",
10
  author="James Betker",
11
  author_email="james@adamant.ai",
 
5
 
6
  setuptools.setup(
7
  name="TorToiSe",
8
+ packages=["tortoise", "tortoise/models", "tortoise/utils"],
9
  version="2.1.0",
10
  author="James Betker",
11
  author_email="james@adamant.ai",