diff options
| author | rsiddharth <s@ricketyspace.net> | 2020-04-25 19:36:02 -0400 | 
|---|---|---|
| committer | rsiddharth <s@ricketyspace.net> | 2020-04-25 19:36:02 -0400 | 
| commit | 333db0e27064e887dc9c50fe4129a2c414716856 (patch) | |
| tree | 220606305a49b6d64a3b88f9644e7d5a624f2c09 | |
| parent | 19ea2b99b995c6cfc036604596584d1b6f3efc0b (diff) | |
setup.py: config: Fix classfiers.
| -rw-r--r-- | setup.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -35,7 +35,7 @@ config = {          'Operating System :: POSIX :: Linux',          'Operating System :: MacOS',          'Programming Language :: Python :: 3 :: Only', -        'Topic :: System :: Systems Administration' +        'Topic :: System :: Systems Administration',          'Topic :: Utilities',      ],      'keywords': 'acme letsencrypt acmens', | 
