Skip to content

Commit

Permalink
update license references
Browse files Browse the repository at this point in the history
  • Loading branch information
toluaina committed Nov 19, 2023
1 parent 2b48f39 commit 065c78b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ Contributions are very welcome! Check out the [Contribution](CONTRIBUTING.rst) G

#### License

This code is released under the [GNU Lesser General Public License](https://www.gnu.org/licenses/gpl-3.0.html), version 3.0 (LGPL-3.0).
This project is licensed under the terms of the [MIT](https://opensource.org/license/mit/) license.
Please see [LICENSE](LICENSE) for more details.

You should have received a copy of the GNU Lesser General Public License along with PGSync.
Expand Down
2 changes: 1 addition & 1 deletion pgsync/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = "Tolu Aina"
__email__ = "[email protected]"
__version__ = "2.5.1"
__version__ = "3.0.0"
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ def get_version() -> str:
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
SCRIPTS = [
"bin/pgsync",
Expand All @@ -66,7 +67,7 @@ def get_version() -> str:
setup(
name=NAME,
author=AUTHOR,
license="LGPLv3",
license="MIT",
maintainer=MAINTAINER,
maintainer_email=MAINTAINER_EMAIL,
author_email=AUTHOR_EMAIL,
Expand Down

0 comments on commit 065c78b

Please sign in to comment.