Skip to content

Commit 401df5c

Browse files
committed
Update LICENSE, repository path, and add sponsors
1 parent 16eb756 commit 401df5c

File tree

6 files changed

+29
-10
lines changed

6 files changed

+29
-10
lines changed

LICENSE

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2013 - 2017, Babel Team, 2017, numberly
3+
Copyright (c) 2013-2017, Babel Team
4+
Copyright (c) 2017-2018, Numberly
5+
Copyright (c) 2022, Refty
6+
47
All rights reserved.
58

69
Redistribution and use in source and binary forms, with or without

README.rst

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _Babel: https://github.com/python-babel/babel
22

3-
.. image:: https://raw.githubusercontent.com/numberly/lazify/master/logo.jpg
3+
.. image:: https://raw.githubusercontent.com/Refty/lazify/master/img/logo.jpg
44
:alt: Lazify all the things!
55
:align: center
66

@@ -10,12 +10,12 @@ Lazify
1010

1111
.. image:: https://img.shields.io/pypi/v/lazify.svg
1212
:target: https://pypi.python.org/pypi/Lazify
13-
.. image:: https://img.shields.io/github/license/numberly/lazify.svg
14-
:target: https://github.com/numberly/lazify/blob/master/LICENSE
15-
.. image:: https://img.shields.io/travis/numberly/lazify.svg
16-
:target: https://travis-ci.org/numberly/lazify
17-
.. image:: https://img.shields.io/coveralls/numberly/lazify.svg
18-
:target: https://coveralls.io/github/numberly/lazify
13+
.. image:: https://img.shields.io/github/license/Refty/lazify.svg
14+
:target: https://github.com/Refty/lazify/blob/master/LICENSE
15+
.. image:: https://img.shields.io/travis/Refty/lazify.svg
16+
:target: https://travis-ci.org/Refty/lazify
17+
.. image:: https://img.shields.io/coveralls/Refty/lazify.svg
18+
:target: https://coveralls.io/github/Refty/lazify
1919

2020
|
2121
@@ -34,6 +34,22 @@ Install
3434
$ pip install lazify
3535
3636
37+
Sponsors
38+
========
39+
40+
.. image:: https://raw.githubusercontent.com/Refty/lazify/master/img/numberly.png
41+
:alt: Numberly
42+
:align: center
43+
:target: https://numberly.com/
44+
45+
|
46+
47+
.. image:: https://raw.githubusercontent.com/Refty/lazify/master/img/refty.png
48+
:alt: Refty
49+
:align: center
50+
:target: https://refty.co/
51+
52+
3753
License
3854
=======
3955

logo.jpg renamed to img/logo.jpg

File renamed without changes.

img/numberly.png

4.45 KB
Loading

img/refty.png

11.7 KB
Loading

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ def get_description():
99
setup(
1010
name="Lazify",
1111
version="0.4.0",
12-
url="https://github.com/numberly/lazify",
12+
url="https://github.com/Refty/lazify",
1313
license="BSD",
1414
author="Guillaume Gelin",
15-
author_email="[email protected]",
15+
author_email="[email protected]",
1616
description="Lazify all the things!",
1717
long_description=get_description(),
1818
py_modules=["lazify"],

0 commit comments

Comments
 (0)