File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def read(*names, **kwargs):
67
67
class BinaryDistribution (Distribution ):
68
68
"""Distribution which almost always forces a binary package with platform name"""
69
69
def has_ext_modules (self ):
70
- return super .has_ext_modules () or os .environ .get ('SETUPPY_ALLOW_PURE' )
70
+ return super () .has_ext_modules () or os .environ .get ('SETUPPY_ALLOW_PURE' )
71
71
72
72
73
73
setup (
@@ -100,7 +100,7 @@ def has_ext_modules(self):
100
100
'Operating System :: POSIX' ,
101
101
'Operating System :: Microsoft :: Windows' ,
102
102
'Programming Language :: Python' ,
103
- 'Programming Language :: Python :: 3' ,
103
+ 'Programming Language :: Python :: 3 :: Only ' ,
104
104
'Programming Language :: Python :: 3.6' ,
105
105
'Programming Language :: Python :: 3.7' ,
106
106
'Programming Language :: Python :: 3.8' ,
You can’t perform that action at this time.
0 commit comments