Skip to content

Commit

Permalink
fix pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Sep 19, 2023
1 parent 8a0cf86 commit a14365c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = ["flit_core >=3.2,<4"]

[project]
authors = [
{name = "Skandan Chandrasekar", email = "[email protected]"}
{name = "gdsfactory", email = "[email protected]"}
]
classifiers = [
"Programming Language :: Python :: 3.10",
Expand All @@ -17,7 +17,7 @@ dependencies = [
"kfactory==0.8.4",
"scipy"
]
description = "KLayout generic PDK"
description = "Kfactory generic PDK"
keywords = ["python"]
license = {file = "LICENSE"}
name = "kgeneric"
Expand All @@ -37,7 +37,7 @@ docs = [
"autodoc_pydantic",
"matplotlib",
"jupytext",
"jupyter-book==0.14.0",
"jupyter-book>=0.15.1,<0.16",
"sphinx-autodoc-typehints",
"sphinx-click"
]
Expand Down

0 comments on commit a14365c

Please sign in to comment.