aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2019-04-07 18:11:32 +0300
committerMike Crute <crutem@amazon.com>2019-04-07 10:11:23 -0700
commitd36902f652bb0aae20940f88cf7874f172a77c89 (patch)
treec0450665cb6cdef3ea2ec5dcef4565c260209168
parent8171262c36dacb489b081fa871ae3b112a9db01a (diff)
downloadpydora-d36902f652bb0aae20940f88cf7874f172a77c89.tar.bz2
pydora-d36902f652bb0aae20940f88cf7874f172a77c89.tar.xz
pydora-d36902f652bb0aae20940f88cf7874f172a77c89.zip
Add python_requires to help pip
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 512296b..5ab8a98 100755
--- a/setup.py
+++ b/setup.py
@@ -68,6 +68,7 @@ setup(
68 "requests>=2,<3", 68 "requests>=2,<3",
69 "blowfish>=0.6.1,<1.0", 69 "blowfish>=0.6.1,<1.0",
70 ], 70 ],
71 python_requires=">=3.5",
71 classifiers=[ 72 classifiers=[
72 "Development Status :: 5 - Production/Stable", 73 "Development Status :: 5 - Production/Stable",
73 "Environment :: Console", 74 "Environment :: Console",