Skip to content

Commit

Permalink
Make client Python conform
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack committed Aug 21, 2023
1 parent fca0e48 commit 588875e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Empty file.
3 changes: 3 additions & 0 deletions adit-client/adit_client/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from .client import AditClient

__all__ = ["AditClient"]
File renamed without changes.
4 changes: 2 additions & 2 deletions adit-client/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tool.poetry]
name = "adit-client"
version = "0.1.0"
version = "0.2.0"
description = "ADIT Client library to connect to an ADIT server."
authors = ["Kai Schlamp <[email protected]>"]
license = "GPL-3.0-or-later"
readme = "README.md"
packages = [{ include = "adit-client" }]
packages = [{ include = "adit_client" }]

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

0 comments on commit 588875e

Please sign in to comment.