summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDominic <yobmod@gmail.com>2021-09-09 19:49:13 +0100
committerGitHub <noreply@github.com>2021-09-09 19:49:13 +0100
commitcfcae1d839c5dbb94745c504993c9d5baebc44b5 (patch)
tree2227e4e6931ad38e1a3c5a2c48cecbf5d57e5f01 /setup.py
parent5da76e8b4466459a3b6a400c4750a622879acce8 (diff)
parentbb9b50ff2671cda598ff19653d3de49e03b6d163 (diff)
downloadgitpython-cfcae1d839c5dbb94745c504993c9d5baebc44b5.tar.gz
Merge pull request #1318 from Yobmod/main
General fixes for next release
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index ae6319f9..bf24ccce 100755
--- a/setup.py
+++ b/setup.py
@@ -113,12 +113,12 @@ setup(
"Operating System :: POSIX",
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS :: MacOS X",
- "Typing:: Typed",
+ "Typing :: Typed",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
- "Programming Language :: Python :: 3.9"
- "Programming Language :: Python :: 3.10"
+ "Programming Language :: Python :: 3.9",
+ # "Programming Language :: Python :: 3.10"
]
)