25 lines
660 B
Diff
25 lines
660 B
Diff
|
|
From b23b4dc9b23fe89e0f6594b503cf354f9aa07931 Mon Sep 17 00:00:00 2001
|
||
|
|
From: Jeff Forcier <jeff@bitprophet.org>
|
||
|
|
Date: Thu, 12 Jan 2023 22:11:45 -0500
|
||
|
|
Subject: [PATCH] Add python_requires
|
||
|
|
|
||
|
|
---
|
||
|
|
setup.py | 1 +
|
||
|
|
1 file changed, 1 insertion(+)
|
||
|
|
|
||
|
|
diff --git a/setup.py b/setup.py
|
||
|
|
index 9393391..6833b0e 100644
|
||
|
|
--- a/setup.py
|
||
|
|
+++ b/setup.py
|
||
|
|
@@ -24,6 +24,7 @@ setup(
|
||
|
|
packages=["alabaster"],
|
||
|
|
include_package_data=True,
|
||
|
|
entry_points={"sphinx.html_themes": ["alabaster = alabaster"]},
|
||
|
|
+ python_requires=">=3.6",
|
||
|
|
classifiers=[
|
||
|
|
"Development Status :: 5 - Production/Stable",
|
||
|
|
"Intended Audience :: Developers",
|
||
|
|
--
|
||
|
|
2.39.0.windows.2
|
||
|
|
|