Skip to content

Commit 8b30f0d

Browse files
graingertJukkaL
authored andcommitted
mypy and mypy_extensions aren't posix only (#3765)
1 parent c594761 commit 8b30f0d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

extensions/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='[email protected]',
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=[

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ def run(self):
8282
'Environment :: Console',
8383
'Intended Audience :: Developers',
8484
'License :: OSI Approved :: MIT License',
85-
'Operating System :: POSIX',
8685
'Programming Language :: Python :: 3',
8786
'Programming Language :: Python :: 3.4',
8887
'Programming Language :: Python :: 3.5',
@@ -98,7 +97,6 @@ def run(self):
9897
author_email='[email protected]',
9998
url='http://www.mypy-lang.org/',
10099
license='MIT License',
101-
platforms=['POSIX'],
102100
py_modules=[],
103101
packages=['mypy', 'mypy.test', 'mypy.server', 'mypy.plugins'],
104102
entry_points={'console_scripts': ['mypy=mypy.__main__:console_entry',

0 commit comments

Comments
 (0)