aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index da6cb20..9c60ef7 100644
--- a/setup.py
+++ b/setup.py
@@ -27,8 +27,8 @@ setup(
dotfiles=dotfiles.cli:main
''',
classifiers=[
- 'License :: OSI Approved :: ISC License (ISCL)'
'Programming Language :: Python',
'Programming Language :: Python :: 3',
+ 'License :: OSI Approved :: ISC License (ISCL)'
],
)