summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYobmod <yobmod@gmail.com>2021-08-03 16:34:06 +0100
committerYobmod <yobmod@gmail.com>2021-08-03 16:34:06 +0100
commit84232f7c71e41e56636f203eb26763a03ab6e945 (patch)
tree3025974ca54ef607ee3d4660da4dc242e184f8ea
parent8b8aa16ee247c6ce403db7178d6c0f9c4ccd529c (diff)
downloadgitpython-84232f7c71e41e56636f203eb26763a03ab6e945.tar.gz
Add Typing :: Typed to setup.py
-rw-r--r--doc/source/intro.rst2
-rwxr-xr-xsetup.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/intro.rst b/doc/source/intro.rst
index d7a18412..4f22a094 100644
--- a/doc/source/intro.rst
+++ b/doc/source/intro.rst
@@ -18,7 +18,7 @@ Requirements
It should also work with older versions, but it may be that some operations
involving remotes will not work as expected.
* `GitDB`_ - a pure python git database implementation
-* `typing_extensions`_ >= 3.10.0
+* `typing_extensions`_ >= 3.7.3.4 (if python < 3.10)
.. _Python: https://www.python.org
.. _Git: https://git-scm.com/
diff --git a/setup.py b/setup.py
index f1113206..ae6319f9 100755
--- a/setup.py
+++ b/setup.py
@@ -113,6 +113,7 @@ setup(
"Operating System :: POSIX",
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS :: MacOS X",
+ "Typing:: Typed",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",