From f423da848d0b9ef47c140516ba349bff7127bea5 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Tue, 8 Aug 2023 11:33:48 +0300 Subject: Set the root packages as "gn_auth" * setup.py: Delete "packages". Add package_dir. --- setup.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) mode change 100644 => 100755 setup.py diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 index 31fd889..573adb4 --- a/setup.py +++ b/setup.py @@ -31,11 +31,7 @@ setup(author="Frederick M. Muriithi", long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown", name="GeneNetwork-Auth", - packages=[ - "gn_auth", - "gn_auth.auth", - "tests" - ], + package_dir = {'': "gn_auth"}, url="https://github.com/genenetwork/gn-auth", version="0.0.0", tests_require=["pytest", "hypothesis"], -- cgit v1.2.3