Skip to content

Commit

Permalink
feature: Updated pyproject (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
szemyd authored Mar 6, 2023
1 parent bcccdcd commit d52b6d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ build-backend = "hatchling.build"
name = "krisi"
version = "0.0.1"
authors = [
{ name="Mark Szulyovszky", email="mark.szulyovszky@gmail.com" },
{ name="Daniel Szemerey", email="daniel@szemerey.eu" },
{ name="Mark Szulyovszky", email="mark@dreamfaster.ai" },
{ name="Daniel Szemerey", email="daniel@dreamfaster.ai" },
]
description = "Testing, Reporting and EDA framework for Time Series Analysis"
readme = "README.md"
Expand Down Expand Up @@ -57,7 +57,7 @@ Issues = "https://github.com/dream-faster/krisi/issues"
Source = "https://github.com/dream-faster/krisi"

[tool.hatch.version]
path = "src/drift/__init__.py"
path = "src/krisi/__init__.py"


[project.optional-dependencies]
Expand Down

0 comments on commit d52b6d5

Please sign in to comment.