diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)' ], ) |