|
@@ -14,7 +14,6 @@ keywords = vcs, git
|
|
|
classifiers =
|
|
|
Development Status :: 4 - Beta
|
|
|
License :: OSI Approved :: Apache Software License
|
|
|
- Programming Language :: Python :: 3.6
|
|
|
Programming Language :: Python :: 3.7
|
|
|
Programming Language :: Python :: 3.8
|
|
|
Programming Language :: Python :: 3.9
|
|
@@ -42,7 +41,7 @@ console_scripts =
|
|
|
dulwich = dulwich.cli:main
|
|
|
|
|
|
[options]
|
|
|
-python_requires = >=3.6
|
|
|
+python_requires = >=3.7
|
|
|
packages =
|
|
|
dulwich
|
|
|
dulwich.cloud
|