Skip to content

Commit

Permalink
0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin committed Sep 11, 2024
1 parent ad72822 commit cf83ba7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
prune src
10 changes: 6 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
[project]
name = "evdschat"
version = "0.1.8"
version = "0.1.9"
description = "evdschat is an open-source Python package designed to enhance the evdspy package by allowing users to interact with the evdschat Application. This Node.js project aims to provide the most specific and accurate data users request during conversations, based on arguments such as start date, end date, and aggregation type, as described in the evdspy."
authors = [
{ name = "Sermet Pekin", email = "[email protected]" }
]
license = { file = "LICENSE" }
readme = "README.md"
keywords = ["evdspy", "evdschat", "chatbot", "data-aggregation", "open-source", "Node.js", "Python", "API", "TCMB", "CBRT", "Generative AI"]


requires-python = ">=3.10"
dependencies = [
"evdspy>=1.1.40",
"pydantic>=2.9.1",
"rich>=13.8.1",
]

[project.urls]
repository = "https://github.com/SermetPekin/evdschat"


[scripts]
evdschat = "evdschat:chat_console"

Expand All @@ -29,3 +27,7 @@ dev-dependencies = [
"ruff>=0.6.4",
"tox>=4.18.1",
]

[build-system]
requires = ["setuptools", "wheel", "uv"]
build-backend = "setuptools.build_meta"

0 comments on commit cf83ba7

Please sign in to comment.