From 90d1b58ebd169158dd2022565ce23d78c9230085 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 29 Sep 2023 09:22:51 +0300 Subject: Make migrations directory a package. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c562ca4..acf5fee 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup(author="Frederick M. Muriithi", long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown", name="gn-auth", - packages = get_packages("./gn_auth"), + packages = get_packages("./gn_auth") + get_packages("./migrations"), url="https://github.com/genenetwork/gn-auth", version="0.0.1", tests_require=["pytest", "hypothesis"], -- cgit v1.2.3