From e8e86c6612bafe451b98539cbc0a0c6ebf34c080 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 28 Aug 2017 21:45:48 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index db57a44..d8a3d0f 100644 --- a/setup.py +++ b/setup.py @@ -56,6 +56,8 @@ setup( include_package_data=True, license='ISC', classifiers=[ + # Trove classifiers + # Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers 'License :: OSI Approved :: ISC License', 'Programming Language :: Python', 'Programming Language :: Python :: 2.6',