Skip to content

Commit

Permalink
chore: include readme metadata, include *.md in dists
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Jul 7, 2023
1 parent 8fbfb3d commit a2292b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
include *.md
recursive-include src/horde_sdk *.md

recursive-include tests *.py
recursive-include tests *.json
recursive-include tests *.md
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AI-Horde-Shared-Models
# horde_sdk

With the power of pydantic, you can simplify interfacing with the [AI-Horde's suite of APIs](https://github.com/db0/AI-Horde). Whether you want to request your own images, or roll your own worker software, this package may suit your needs for anything horde related.

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ build-backend = "setuptools.build_meta"

[project]
name = "horde_sdk"
version = "0.1.0"
version = "0.1.3"
description = "A python toolkit for interacting with the horde APIs, services, and ecosystem."
authors = [
{name = "tazlin", email = "[email protected]"},
{name = "db0", email = "[email protected]"},
]
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"pydantic",
Expand Down

0 comments on commit a2292b1

Please sign in to comment.