Skip to content

Commit

Permalink
use correct spec for src layout
Browse files Browse the repository at this point in the history
  • Loading branch information
phelps-sg committed Nov 5, 2023
1 parent 0db05f4 commit 435b6dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ openai_pygenerator = ["py.typed"]
[tool.setuptools_scm]
write_to = "src/version.py"

[tool.pytest.ini_options]
pythonpath = "src"
[tool.pytest.ini_optons]
pythonpath = ["src"]

[project]
name = "openai-pygenerator"
Expand All @@ -30,14 +30,15 @@ classifiers = [
[project.urls]
"Homepage" = "https://github.com/phelps-sg/openai-pygenerator"
"Bug Tracker" = "https://github.com/phelps-sg/openai-pygenerator/issues"

[tool.poetry]
name = "openai-pygenerator"
version = "0.0.0"
description = "Simple generator wrapper for OpenAI Python API with retry"
authors = ["Steve Phelps <[email protected]>"]
license = "MIT License"
readme = "README.md"
packages = [{include = "src/openai_pygenerator"}]
packages = [{include="openai_pygenerator", from="src"}]

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

0 comments on commit 435b6dc

Please sign in to comment.