]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Add trove classifier for Python 3.7 support (#486)
authorJon Dufresne <jon.dufresne@gmail.com>
Tue, 28 Aug 2018 12:00:57 +0000 (05:00 -0700)
committerZsolt Dollenstein <zsol.zsol@gmail.com>
Tue, 28 Aug 2018 12:00:57 +0000 (13:00 +0100)
Testing added in 3bdd42389128bbbe8b64a8e050563f09bff99979.

setup.py

index 7ec262daf595fe64f1b01f726ebe7207a6de0e00..ac0f874abe6ad64cb9aeb7caef80c473f8072357 100644 (file)
--- 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",