From: Jon Dufresne <jon.dufresne@gmail.com>
Date: Tue, 28 Aug 2018 12:00:57 +0000 (-0700)
Subject: Add trove classifier for Python 3.7 support (#486)
X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/25795c9ff5d2e388bcef026d8642a6699208ce37?hp=6027cca10d6c84363e63d20b961f837a046ad7ad

Add trove classifier for Python 3.7 support (#486)

Testing added in 3bdd42389128bbbe8b64a8e050563f09bff99979.
---

diff --git a/setup.py b/setup.py
index 7ec262d..ac0f874 100644
--- a/setup.py
+++ b/setup.py
@@ -51,6 +51,7 @@ setup(
         "Operating System :: OS Independent",
         "Programming Language :: Python",
         "Programming Language :: Python :: 3.6",
+        "Programming Language :: Python :: 3.7",
         "Programming Language :: Python :: 3 :: Only",
         "Topic :: Software Development :: Libraries :: Python Modules",
         "Topic :: Software Development :: Quality Assurance",