Skip to content

Commit

Permalink
fix: path
Browse files Browse the repository at this point in the history
  • Loading branch information
TudorAndrei-Pythia committed Sep 27, 2023
1 parent a88b7fb commit 70a0344
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ authors = [{ name = "Pythia Dev Team", email = "[email protected]" }]
description = "SurrealDB Query Interface"
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"python-dotenv",
"surrealdb @ git+https://github.com/M1N0RM1N3R/surrealdb.py.git",
]
dependencies = ["python-dotenv", "surrealdb"]
license = { file = "LICENSE" }

[project.urls]
Source = "https://github.com/PythiaSocialTech/sirqle"

Expand Down
4 changes: 2 additions & 2 deletions src/sirqle/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import importlib.metadata

__version__ = importlib.metadata.version(__package__ or __name__)
from src.sirqle.config import Config
from src.sirqle.query import Query
from .config import Config
from .query import Query

0 comments on commit 70a0344

Please sign in to comment.