From 84232f7c71e41e56636f203eb26763a03ab6e945 Mon Sep 17 00:00:00 2001 From: Yobmod Date: Tue, 3 Aug 2021 16:34:06 +0100 Subject: Add Typing :: Typed to setup.py --- doc/source/intro.rst | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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", -- cgit v1.2.1