diff --git a/swh/foo/__init__.py b/swh/auth/__init__.py similarity index 100% rename from swh/foo/__init__.py rename to swh/auth/__init__.py diff --git a/swh/foo/cli.py b/swh/auth/cli.py similarity index 100% rename from swh/foo/cli.py rename to swh/auth/cli.py diff --git a/swh/foo/py.typed b/swh/auth/py.typed similarity index 100% rename from swh/foo/py.typed rename to swh/auth/py.typed diff --git a/swh/foo/tests/__init__.py b/swh/auth/tests/__init__.py similarity index 100% rename from swh/foo/tests/__init__.py rename to swh/auth/tests/__init__.py diff --git a/swh/foo/tests/test_nothing.py b/swh/auth/tests/test_nothing.py similarity index 100% rename from swh/foo/tests/test_nothing.py rename to swh/auth/tests/test_nothing.py diff --git a/swh/foo/bar.py b/swh/foo/bar.py deleted file mode 100644 index a86df5d..0000000 --- a/swh/foo/bar.py +++ /dev/null @@ -1,4 +0,0 @@ -# Copyright (C) 2019 The Software Heritage developers -# See the AUTHORS file at the top-level directory of this distribution -# License: GNU General Public License version 3, or any later version -# See top-level LICENSE file for more information