Skip to content

Commit f0afd96

Browse files
author
Fabian Peter Hammerle
committed
repare release v1.2.0
1 parent 7f8bf70 commit f0afd96

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and 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

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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(),
@@ -23,4 +23,8 @@
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
)

0 commit comments

Comments
 (0)