diff options
| author | Frederick Muriuki Muriithi | 2026-05-21 13:47:44 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-05-21 14:40:55 -0500 |
| commit | 413abcbb2073773f96e5a8945c1477374d6dfae8 (patch) | |
| tree | 53258974f727c0ee9ad97475abfbf07086d676af /setup_commands/__init__.py | |
| parent | 4324f2432390392c8022beab480d8bc911682d1f (diff) | |
| download | gn-auth-413abcbb2073773f96e5a8945c1477374d6dfae8.tar.gz | |
Use pyproject.toml in place of setup.py and friends.
Diffstat (limited to 'setup_commands/__init__.py')
| -rw-r--r-- | setup_commands/__init__.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/setup_commands/__init__.py b/setup_commands/__init__.py deleted file mode 100644 index 967bb11..0000000 --- a/setup_commands/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -"""Module for custom setup commands.""" - -from .run_tests import RunTests |
