]> 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 Python 3-only classifier
authorHugo <hugovk@users.noreply.github.com>
Thu, 15 Mar 2018 06:41:32 +0000 (08:41 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Thu, 15 Mar 2018 18:09:19 +0000 (11:09 -0700)
https://pypi.python.org/pypi?%3Aaction=list_classifiers

setup.py

index 0e2af3f45da7b40535b7a450b75f76a5ab5eb931..306039e28949981901cdd0835b6cf7afb0b6ecf4 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -61,6 +61,7 @@ setup(
         'Operating System :: OS Independent',
         'Programming Language :: Python',
         'Programming Language :: Python :: 3.6',
+        'Programming Language :: Python :: 3 :: Only',
         'Topic :: Software Development :: Libraries :: Python Modules',
         'Topic :: Software Development :: Quality Assurance',
     ],