diff --git a/etl/pixi.lock b/etl/pixi.lock index 88af371..c46b768 100644 --- a/etl/pixi.lock +++ b/etl/pixi.lock @@ -2196,13 +2196,6 @@ packages: - pkg:pypi/colorama?source=hash-mapping size: 25170 timestamp: 1666700778190 -- kind: pypi - name: consultancy-2 - version: 0.1.0 - path: . - sha256: c09f63486f0dd4151008de68ef73d00f72663dc3cc47894ff750d517f898a23b - requires_python: '>=3.11' - editable: true - kind: conda name: dnspython version: 2.7.0 @@ -2280,6 +2273,13 @@ packages: purls: [] size: 6690 timestamp: 1718984720419 +- kind: pypi + name: etl + version: 0.1.0 + path: . + sha256: d682071d587e9be1fcf91237a1add69a92c34715bc491a4067b07d63ce79616d + requires_python: '>=3.11' + editable: true - kind: conda name: exceptiongroup version: 1.2.2 diff --git a/etl/pyproject.toml b/etl/pyproject.toml index 5ae9848..14fc9c6 100644 --- a/etl/pyproject.toml +++ b/etl/pyproject.toml @@ -1,7 +1,7 @@ [project] authors = [{name = "GiĆ² Diani", email = "mail@gionathandiani.name"}, {name = "Mauro Stoffel", email = "mauro.stoffel@stud.fhgr.ch"}, {name = "Colin Bolli", email = "colin.bolli@stud.fhgr.ch"}, {name = "Charles Winkler", email = "charles.winkler@stud.fhgr.ch"}] description = "Datenauferbeitung" -name = "consultancy_2" +name = "ETL" requires-python = ">= 3.11" version = "0.1.0" @@ -14,7 +14,7 @@ channels = ["conda-forge"] platforms = ["win-64", "linux-64", "osx-64", "osx-arm64"] [tool.pixi.pypi-dependencies] -consultancy_2 = { path = ".", editable = true } +etl = { path = ".", editable = true } [tool.pixi.tasks] diff --git a/etl/src/consultancy_2/__init__.py b/etl/src/etl/__init__.py similarity index 100% rename from etl/src/consultancy_2/__init__.py rename to etl/src/etl/__init__.py