Skip to content

Commit 7eb1525

Browse files
committed
chore: finalize Phase 1 — README, Linux support, and test configs
1 parent 789be38 commit 7eb1525

File tree

169 files changed

+5017
-23335
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+5017
-23335
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google-auth-rewired

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# All configuration values have a default; values that are commented out
1414
# serve to show the default.
1515

16-
import google.auth
16+
import rewired.auth
1717

1818
# If extensions (or modules to document with autodoc) are in another directory,
1919
# add these directories to sys.path here. If the directory is relative to the
@@ -66,7 +66,7 @@
6666
# built documents.
6767
#
6868
# The short X.Y version.
69-
version = google.auth.__version__
69+
version = rewired.auth.__version__
7070
# The full version, including alpha/beta/rc tags.
7171
release = version
7272

fuzzed-output.txt

4.02 KB
Binary file not shown.

google/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

0 commit comments

Comments
 (0)