Skip to content

Commit 55af743

Browse files
graingertJukkaL
authored andcommitted
mypy and mypy_extensions aren't posix only (#3765)
1 parent 94a5d0f commit 55af743

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
'Environment :: Console',
1818
'Intended Audience :: Developers',
1919
'License :: OSI Approved :: MIT License',
20-
'Operating System :: POSIX',
2120
'Programming Language :: Python :: 2',
2221
'Programming Language :: Python :: 2.7',
2322
'Programming Language :: Python :: 3',
@@ -37,7 +36,6 @@
3736
author_email='jukka.lehtosalo@iki.fi',
3837
url='http://www.mypy-lang.org/',
3938
license='MIT License',
40-
platforms=['POSIX'],
4139
py_modules=['mypy_extensions'],
4240
classifiers=classifiers,
4341
install_requires=[

0 commit comments

Comments
 (0)