X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=c789abeee184c7cca45cac5d353e5f618c543eea;hb=985fdc7abb51677f147c5abde9709251dccabc86;hp=a3050ec2e3a1aa59d7307b6ae27e2b5bcad109e7;hpb=0ff313fda6247ccc2a882d38ed26041fd18b0c5e;p=ppu.git diff --git a/setup.py b/setup.py index a3050ec..c789abe 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,11 @@ setup(name='remove-old-files', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 2 :: Only', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', ], scripts=[], requires=[],