We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f5e47 commit b727062Copy full SHA for b727062
2 files changed
CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
## [Unreleased]
9
+### Fixed
10
+- Update package metadata: maintainer, repo url, python version classifiers
11
12
## [1.2.0] - 2019-11-05
13
### Added
setup.py
@@ -11,7 +11,7 @@
description="Python wrapper for libc\'s dlinfo and dyld_find on Mac",
long_description=LONG_DESCRIPTION,
license="MIT",
14
- url='https://github.com/Catalysts/python-dlinfo',
+ url='https://github.com/cloudflightio/python-dlinfo',
15
packages=setuptools.find_packages(),
16
setup_requires=[
17
'setuptools_scm',
0 commit comments