Skip to content

Commit 78a6e5f

Browse files
committed
Fix link and license metadata.
1 parent 1de6958 commit 78a6e5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Changelog
77

88
* Included a ``pyproject.toml`` to allow users install the sdist with old python/setuptools, as the
99
setuptools-scm dep will be fetched by pip instead of setuptools.
10-
Fixes `#30 <https://github.com/ionelmc/python-lazy-object-proxy/issues/30>`.
10+
Fixes `#30 <https://github.com/ionelmc/python-lazy-object-proxy/issues/30>`_.
1111

1212
1.4.1 (2019-05-10)
1313
------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def _unavailable(self, e):
6565
'write_to': 'src/lazy_object_proxy/_version.py',
6666
'fallback_version': '1.4.2',
6767
},
68-
license='BSD 2-Clause License',
68+
license='BSD-2-Clause',
6969
description='A fast and thorough lazy object proxy.',
7070
long_description='%s\n%s' % (
7171
re.compile('^.. start-badges.*^.. end-badges', re.M | re.S).sub('', read('README.rst')),

0 commit comments

Comments
 (0)