Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremiaszmacura committed Apr 8, 2024
1 parent d0c694e commit f215ab4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"

[project]
version = "0.1.3"
name = "stock-hexagonal-app"
authors = [
{name = "Jeremiasz Macura", email = "jeremiaszmacura99@gmail.com"},
]
description = "Python tool for analyzing stock data build on hexagonal architecture."
readme = "README.md"
requires-python = ">=3.11"
dynamic = ["version"]
keywords = ["analyze", "stock", "hexagonal architecture"]
license = {file = "LICENSE"}
classifiers = [
Expand Down Expand Up @@ -39,6 +39,3 @@ stock-cli-app = "entrypoints.cli_entrypoint:app"

[tool.setuptools.packages.find]
where = ["src"]

[tool.setuptools-git-versioning]
enabled = true

0 comments on commit f215ab4

Please # to comment.