Skip to content

Commit

Permalink
Update pyproject configuration settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
eli64s committed Aug 29, 2023
1 parent ae3851c commit bed83af
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[build-system]
requires = ["poetry-core"]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "readmeai"
version = "0.1.9992"
version = "0.1.9995"
description = "🚀 Generate awesome README.md files from the terminal, powered by OpenAI's GPT language model APIs 💫"
authors = ["Eli <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -32,6 +32,11 @@ keywords = [
"llm-prompting",
"llm-agent",
]
packages = [
{include = "*", from = "readmeai"},
]
include = ["conf/**/*", "README.md"]
exclude = ["tests/**/*", ".dockerignore", ".gitignore", ".pre-commit-config.yaml"]

[tool.poetry.dev-dependencies]
black = "*"
Expand Down

0 comments on commit bed83af

Please sign in to comment.