Remove ambiguous OS classifier

This commit is contained in:
Kristóf Tóth 2019-08-05 17:44:14 +02:00
parent 64be21cfa6
commit 439ea93f67
1 changed files with 0 additions and 1 deletions

View File

@ -19,6 +19,5 @@ setup(
'Programming Language :: Python :: 3',
'License :: OSI Approved :: MIT License',
'Operating System :: POSIX'
'Operating System :: Unix'
],
)