Skip to content

Commit

Permalink
Add MANIFEST.in file for pypi package.
Browse files Browse the repository at this point in the history
  • Loading branch information
eli64s committed Aug 29, 2023
1 parent 75dd2b6 commit e4aa67f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include LICENSE
include README.md
recursive-include conf *
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[build-system]
requires = ["poetry-core>=1.0.0", "setuptools>=40.8.0", "wheel", "toml"]
requires = ["poetry-core>=1.0.0", "setuptools>=40.8.0", "wheel"]
build-backend = "poetry.core.masonry.api"
include_package_data = true

[tool.poetry]
name = "readmeai"
version = "0.2.001"
version = "0.2.1"
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,7 +33,6 @@ keywords = [
"llm-prompting",
"llm-agent",
]
include = ["readmeai/conf/*.toml"]

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

0 comments on commit e4aa67f

Please sign in to comment.