From 68342e4b2ffdf4ebf5334a2dd73e71f4d7dbe7c8 Mon Sep 17 00:00:00 2001 From: agronholm Date: Mon, 5 Oct 2009 21:56:24 +0300 Subject: Add the Python 3 classifier to make distribute visible on the Python 3 packages list on PyPI --HG-- branch : distribute extra : rebase_source : c4d4ddf6dce9ae7938bd4c017aa261bf5ceef364 --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index fcd85eb2..c4116559 100755 --- a/setup.py +++ b/setup.py @@ -134,6 +134,7 @@ dist = setup( License :: OSI Approved :: Zope Public License Operating System :: OS Independent Programming Language :: Python + Programming Language :: Python :: 3 Topic :: Software Development :: Libraries :: Python Modules Topic :: System :: Archiving :: Packaging Topic :: System :: Systems Administration -- cgit v1.2.1