mirror of
https://github.com/Eledio/superfaktura-client.git
synced 2025-11-01 00:18:25 +01:00
setup: fix licence
This commit is contained in:
2
setup.py
2
setup.py
@@ -5,7 +5,7 @@ setup(
|
|||||||
version="0.1.0",
|
version="0.1.0",
|
||||||
packages=find_namespace_packages(),
|
packages=find_namespace_packages(),
|
||||||
url="https://github.com/eledio-helpers/superfaktura-client",
|
url="https://github.com/eledio-helpers/superfaktura-client",
|
||||||
license="GNU GPLv3",
|
license="MIT",
|
||||||
author="Richard Kubíček",
|
author="Richard Kubíček",
|
||||||
author_email="kubicekr@eledio.com",
|
author_email="kubicekr@eledio.com",
|
||||||
install_requires=["requests", "python-dotenv"],
|
install_requires=["requests", "python-dotenv"],
|
||||||
|
|||||||
Reference in New Issue
Block a user