From 59ad833529dfe2d5de40cc78c74e49be06a9d408 Mon Sep 17 00:00:00 2001
From: "Antoine R. Dumont (@ardumont)" <antoine.romain.dumont@gmail.com>
Date: Wed, 3 Mar 2021 09:51:38 +0100
Subject: [PATCH] Rename basic swh/foo to swh/auth

---
 swh/{foo => auth}/__init__.py           | 0
 swh/{foo => auth}/cli.py                | 0
 swh/{foo => auth}/py.typed              | 0
 swh/{foo => auth}/tests/__init__.py     | 0
 swh/{foo => auth}/tests/test_nothing.py | 0
 swh/foo/bar.py                          | 4 ----
 6 files changed, 4 deletions(-)
 rename swh/{foo => auth}/__init__.py (100%)
 rename swh/{foo => auth}/cli.py (100%)
 rename swh/{foo => auth}/py.typed (100%)
 rename swh/{foo => auth}/tests/__init__.py (100%)
 rename swh/{foo => auth}/tests/test_nothing.py (100%)
 delete mode 100644 swh/foo/bar.py

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
-- 
GitLab