Add version and author to pyproject.toml

This commit is contained in:
Robert Taylor 2022-12-06 13:58:49 +00:00
parent 08fe3a10fd
commit 7825ae9eb3
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
[tool.poetry] [tool.poetry]
name = "Coriolis" name = "Coriolis"
version = "0.1.0" version = "2.5.0"
description = "Place and Route for semiconductors" description = "Place and Route for semiconductors"
authors = ["Your Name <you@example.com>"] authors = ["Jean-Paul Chaput <Jean-Paul.Chaput@lip6.fr>"]
build = "build.py" build = "build.py"
packages = [ packages = [
{ include = "Coriolis"} { include = "Coriolis"}