File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 44
553.3.0 2018/08/xx
66 - Linux: add an error handler for the XServer to prevent interpreter crash (fix #61)
7+ - MSS: fix a ResourceWarning: unclosed file in setup.py
78 - tests: fix a ResourceWarning: unclosed file
89 - big code clean-up using black
910
Original file line number Diff line number Diff line change 3939 "Programming Language :: Python :: 3.7" ,
4040 "Topic :: Multimedia :: Graphics :: Capture :: Screen Capture" ,
4141]
42+
43+ with open ("README.rst" ) as f :
44+ description = f .read ()
45+
4246config = {
4347 "name" : "mss" ,
4448 "version" : __version__ ,
5155 "An ultra fast cross-platform multiple screenshots module "
5256 "in pure python using ctypes."
5357 ),
54- "long_description" : open ( "README.rst" ). read () ,
58+ "long_description" : description ,
5559 "classifiers" : classifiers ,
5660 "platforms" : ["Darwin" , "Linux" , "Windows" ],
5761 "packages" : ["mss" ],
You can’t perform that action at this time.
0 commit comments