Skip to content

Commit

Permalink
build: move all project metadata to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Nov 1, 2024
1 parent a67b049 commit 730e1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
sys.path.insert(0, os.path.abspath('../..'))

def get_project_metadata():
path = os.path.abspath(os.path.join(os.path.dirname(__file__), "../pyproject.toml"))
path = os.path.abspath(os.path.join(os.path.dirname(__file__), "../../pyproject.toml"))
with open(path, "rb") as f:
return tomllib.load(f)['project']

Expand Down

0 comments on commit 730e1be

Please sign in to comment.