Skip to content

Commit

Permalink
add info about project
Browse files Browse the repository at this point in the history
  • Loading branch information
amatmv committed Feb 28, 2023
1 parent 95bcac4 commit a44afab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 8 additions & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
__version__='0.4.6'
__title__ = "pyakeneo"
__description__ = "A simple Python client to use the Akeneo PIM API."
__url__ = "https://github.com/KaveTech/akeneo_api_client"
__version__ = "0.4.6"
__author__ = "Kave Tech"
__author_email__ = "[email protected]"
__license__ = "OSL-3.0"
__copyright__ = "Copyright 2023 matthieudelaro"
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ version = "0.4.6"
description = "Python client for the Akeneo API REST"
authors = ["Kave Tech <[email protected]>"]
readme = "README.rst"
license = "MIT"
homepage = "https://github.com/KaveTech/akeneo_api_client"

[tool.poetry.dependencies]
python = "^3.7"
Expand Down

0 comments on commit a44afab

Please sign in to comment.