diff options
Diffstat (limited to 'contrib/python/appnope/py3/.dist-info/METADATA')
-rw-r--r-- | contrib/python/appnope/py3/.dist-info/METADATA | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/contrib/python/appnope/py3/.dist-info/METADATA b/contrib/python/appnope/py3/.dist-info/METADATA index 9c7b757060..76ef35d8e7 100644 --- a/contrib/python/appnope/py3/.dist-info/METADATA +++ b/contrib/python/appnope/py3/.dist-info/METADATA @@ -1,20 +1,15 @@ Metadata-Version: 2.1 Name: appnope -Version: 0.1.3 +Version: 0.1.4 Summary: Disable App Nap on macOS >= 10.9 Home-page: http://github.com/minrk/appnope Author: Min Ragan-Kelley Author-email: benjaminrk@gmail.com License: BSD -Platform: UNKNOWN Classifier: License :: OSI Approved :: BSD License Classifier: Operating System :: MacOS :: MacOS X -Classifier: Programming Language :: Python :: 2 -Classifier: Programming Language :: Python :: 2.6 -Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.2 -Classifier: Programming Language :: Python :: 3.3 +Requires-Python: >=3.6 Description-Content-Type: text/markdown License-File: LICENSE @@ -48,5 +43,3 @@ It uses ctypes to wrap a `[NSProcessInfo beginActivityWithOptions]` call to disa To install: pip install appnope - - |