File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8- ## Unreleased
8+ ## [ 1.2.0 ] 2019-11-05
99### Added
1010- Support for Mac OS X
1111
Original file line number Diff line number Diff line change 1010 author_email = 'fabianpeter.hammerle@catalysts.cc' ,
1111 maintainer = 'Catalysts Space' ,
1212 maintainer_email = 'space@catalysts.cc' ,
13- description = ' Python wrapper for libc\' s dlinfo' ,
13+ description = " Python wrapper for libc\' s dlinfo and dyld_find on Mac" ,
1414 long_description = LONG_DESCRIPTION ,
1515 url = 'https://code.grasp-open.com/grasp-tools/python-dlinfo' ,
1616 packages = setuptools .find_packages (),
2323 # https://github.com/PyCQA/pylint/issues/2694
2424 'pylint>=2.3.0' ,
2525 ],
26+ classifiers = [
27+ 'Operating System :: MacOS :: MacOS X' ,
28+ 'Operating System :: POSIX :: Linux' ,
29+ ],
2630)
You can’t perform that action at this time.
0 commit comments