Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
finish
Browse files Browse the repository at this point in the history
  • Loading branch information
emrgnt-cmplxty committed Dec 15, 2023
1 parent 203c625 commit 2cc8a35
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ build-backend = "poetry.core.masonry.api"
[tool.setuptools_scm]
write_to = "synthesizer/_version.py"

[project]
name = 'sciphi-synthesizer'
version = '1.0.0'

[tool.poetry]
description = "Synthesizer: A Framework for LLM Powered Data."
authors = ["Owen Colegrove <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
name = 'sciphi-synthesizer'
version = '1.0.0'
packages = [
{ include = "synthesizer" }
]
Expand Down

0 comments on commit 2cc8a35

Please sign in to comment.