Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit84232f7

Browse files
committed
Add Typing :: Typed to setup.py
1 parent8b8aa16 commit84232f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎doc/source/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Requirements
1818
It should also work with older versions, but it may be that some operations
1919
involving remotes will not work as expected.
2020
* `GitDB`_ - a pure python git database implementation
21-
* `typing_extensions`_ >= 3.10.0
21+
* `typing_extensions`_ >= 3.7.3.4 (if python < 3.10)
2222

2323
.. _Python:https://www.python.org
2424
.. _Git:https://git-scm.com/

‎setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ def build_py_modules(basedir: str, excludes: Sequence = ()) -> Sequence:
113113
"Operating System :: POSIX",
114114
"Operating System :: Microsoft :: Windows",
115115
"Operating System :: MacOS :: MacOS X",
116+
"Typing:: Typed",
116117
"Programming Language :: Python",
117118
"Programming Language :: Python :: 3",
118119
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp