Skip to content

Commit

Permalink
Changes bundled package name to "keystone-api-client" (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort authored Jul 8, 2024
1 parent 1f3bbe9 commit 7fa46b7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,21 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "keystone-client"
name = "keystone-api-client"
version = "0.0.0"
description = "Python client for the Keystone API"
authors = ["djperrefort <[email protected]>"]
readme = "README.md"
packages = [
{ include = "keystone_client" },
]
classifiers = [
"Intended Audience :: Developers",
"Natural Language :: English",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Typing :: Typed"
]

[tool.poetry.dependencies]
python = "^3.8"
Expand Down

0 comments on commit 7fa46b7

Please sign in to comment.