diff options
-rw-r--r-- | doc/source/intro.rst | 2 | ||||
-rwxr-xr-x | setup.py | 1 |
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/ @@ -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", |