diff --git a/README.md b/README.md index d62b9a1..c25c111 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ GPTAuthor is a tool for writing long form, multi-chapter stories and novels usin ## Installation -You can install llmgraph using pip: +You can install gptauthor using pip: ```bash pip install gptauthor diff --git a/pyproject.toml b/pyproject.toml index 266a636..c4dda7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gptauthor" -version = "0.1.0" +version = "0.3.0" description = "GPTAuthor is a tool for writing long form stories using AI" authors = ["Dylan Hogg "] license = "MIT" @@ -11,7 +11,7 @@ classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python :: 3", ] -# include = ["TODO: any files to include in the package"] +include = ["prompts-openai-drama.yaml"] [build-system] requires = ["poetry-core"]