Skip to content

Commit b727062

Browse files
committed
setup.py: update repo url
1 parent e5f5e47 commit b727062

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ 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

88
## [Unreleased]
9+
### Fixed
10+
- Update package metadata: maintainer, repo url, python version classifiers
911

1012
## [1.2.0] - 2019-11-05
1113
### Added

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
description="Python wrapper for libc\'s dlinfo and dyld_find on Mac",
1212
long_description=LONG_DESCRIPTION,
1313
license="MIT",
14-
url='https://github.com/Catalysts/python-dlinfo',
14+
url='https://github.com/cloudflightio/python-dlinfo',
1515
packages=setuptools.find_packages(),
1616
setup_requires=[
1717
'setuptools_scm',

0 commit comments

Comments
 (0)