We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a5d0f commit 55af743Copy full SHA for 55af743
setup.py
@@ -17,7 +17,6 @@
17
'Environment :: Console',
18
'Intended Audience :: Developers',
19
'License :: OSI Approved :: MIT License',
20
- 'Operating System :: POSIX',
21
'Programming Language :: Python :: 2',
22
'Programming Language :: Python :: 2.7',
23
'Programming Language :: Python :: 3',
@@ -37,7 +36,6 @@
37
36
author_email='jukka.lehtosalo@iki.fi',
38
url='http://www.mypy-lang.org/',
39
license='MIT License',
40
- platforms=['POSIX'],
41
py_modules=['mypy_extensions'],
42
classifiers=classifiers,
43
install_requires=[
0 commit comments