diff options
author | yobmod <yobmod@gmail.com> | 2021-08-08 21:12:35 +0100 |
---|---|---|
committer | yobmod <yobmod@gmail.com> | 2021-08-08 21:12:35 +0100 |
commit | 78b99d35f04dc96596a751376656f1df1fba09c1 (patch) | |
tree | 26b1e0ff3c40ddba70f3e78fd4275d08b13b3ce5 /setup.py | |
parent | 70b95964adf96102c2295536a452c70f2796adbd (diff) | |
download | gitpython-78b99d35f04dc96596a751376656f1df1fba09c1.tar.gz |
fix setup.py classifiers, improvefnmatchprocess handler types
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.9", "Programming Language :: Python :: 3.10" ] ) |