Skip to content

Commit

Permalink
fix(deps)
Browse files Browse the repository at this point in the history
Fix the name of the repo for imports and add Christian as author
  • Loading branch information
Open-FactoryTwin authored Sep 13, 2024
1 parent 4d6219c commit fcf7113
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[tool.poetry]
name = "dt"
name = "ofact"
version = "0.1.0"
description = ""
authors = ["AFr <adrian.freiter@isst.fraunhofer.de>"]
packages = [{ include = "ofact" }]
authors = ["CSc <christian.schwede@hsbi.de>", "AFr <adrian.freiter@isst.fraunhofer.de>"]
readme = "README.md"

[tool.poetry.dependencies]
Expand All @@ -17,3 +18,4 @@ openpyxl = "^3.1.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit fcf7113

Please sign in to comment.